aboutsummaryrefslogtreecommitdiffstats
path: root/rofi/udt
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-11 09:28:47 +0200
committerDanilo M. <danix@danix.xyz>2026-09-11 09:28:47 +0200
commit306c1f065724722ea24f407c2aaad8f6fed64080 (patch)
tree70321363442171798de51ecee8bce25c99e636b3 /rofi/udt
parent0ebe57c2d77f4c2ba697746c6af2f3a702eb6570 (diff)
downloadunified-desktop-theme-306c1f065724722ea24f407c2aaad8f6fed64080.tar.gz
unified-desktop-theme-306c1f065724722ea24f407c2aaad8f6fed64080.zip
feat: add udt list layout
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq
Diffstat (limited to 'rofi/udt')
-rw-r--r--rofi/udt/list.rasi24
1 files changed, 24 insertions, 0 deletions
diff --git a/rofi/udt/list.rasi b/rofi/udt/list.rasi
new file mode 100644
index 0000000..835c13e
--- /dev/null
+++ b/rofi/udt/list.rasi
@@ -0,0 +1,24 @@
+/*
+ * udt list layout: a tall, searchable, single-column list.
+ * For ssh hosts, passwords, emoji, VMs, repos, windows, clipboard.
+ * Copyright (C) 2026 Danilo M. <danix@danix.xyz>
+ * Licensed under the GNU General Public License v2 only.
+ */
+
+@import "common.rasi"
+
+window {
+ width: 680px;
+ anchor: center;
+ location: center;
+}
+
+mainbox {
+ children: [ inputbar, listview ];
+}
+
+listview {
+ columns: 1;
+ lines: 12;
+ fixed-height: false;
+}