aboutsummaryrefslogtreecommitdiffstats
path: root/rofi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi')
-rw-r--r--rofi/udt/menu.rasi28
1 files changed, 28 insertions, 0 deletions
diff --git a/rofi/udt/menu.rasi b/rofi/udt/menu.rasi
new file mode 100644
index 0000000..5d8310b
--- /dev/null
+++ b/rofi/udt/menu.rasi
@@ -0,0 +1,28 @@
+/*
+ * udt menu layout: a small box for a few fixed options.
+ * For the screenshot menu, notes actions, the power menu.
+ * Copyright (C) 2026 Danilo M. <danix@danix.xyz>
+ * Licensed under the GNU General Public License v2 only.
+ */
+
+@import "common.rasi"
+
+window {
+ width: 380px;
+ anchor: center;
+ location: center;
+}
+
+mainbox {
+ children: [ listview ];
+}
+
+listview {
+ columns: 1;
+ lines: 6;
+ fixed-height: false;
+}
+
+element {
+ padding: 10px 12px;
+}