From ee0d7dc01d5c574e500bd352c2b49ec73bb5db52 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 09:28:48 +0200 Subject: feat: add udt menu layout No search bar: with a handful of fixed options, typing to filter is pointless and the bar only adds bulk. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq --- rofi/udt/menu.rasi | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 rofi/udt/menu.rasi (limited to 'rofi') 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. + * 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; +} -- cgit v1.2.3