From 71a210e3a0d79541823db26680126fe1f03847cb Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 09:28:49 +0200 Subject: feat: add udt launcher layout Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq --- rofi/udt/launcher.rasi | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 rofi/udt/launcher.rasi 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. + * 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; +} -- cgit v1.2.3