diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-11 09:28:47 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-11 09:28:47 +0200 |
| commit | 306c1f065724722ea24f407c2aaad8f6fed64080 (patch) | |
| tree | 70321363442171798de51ecee8bce25c99e636b3 /rofi | |
| parent | 0ebe57c2d77f4c2ba697746c6af2f3a702eb6570 (diff) | |
| download | unified-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')
| -rw-r--r-- | rofi/udt/list.rasi | 24 |
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; +} |
