aboutsummaryrefslogtreecommitdiffstats
path: root/rofi/udt
diff options
context:
space:
mode:
Diffstat (limited to 'rofi/udt')
-rw-r--r--rofi/udt/launcher.rasi32
1 files changed, 32 insertions, 0 deletions
diff --git a/rofi/udt/launcher.rasi b/rofi/udt/launcher.rasi
new file mode 100644
index 0000000..3b57696
--- /dev/null
+++ b/rofi/udt/launcher.rasi
@@ -0,0 +1,32 @@
+/*
+ * udt launcher layout: a searchable icon grid for launching applications.
+ * Copyright (C) 2026 Danilo M. <danix@danix.xyz>
+ * Licensed under the GNU General Public License v2 only.
+ */
+
+@import "common.rasi"
+
+window {
+ width: 880px;
+ anchor: center;
+ location: center;
+}
+
+mainbox {
+ children: [ inputbar, listview ];
+}
+
+listview {
+ columns: 3;
+ lines: 6;
+ fixed-height: false;
+}
+
+element {
+ padding: 10px;
+ spacing: 12px;
+}
+
+element-icon {
+ size: 2.2em;
+}