diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-07-10 11:21:24 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-07-10 11:21:24 -0700 |
| commit | 24de2a31a52d17b6f7214197bdbfeab7428742dd (patch) | |
| tree | f7736c4712d5a394525a3da2f2b4294e81ba9540 /config/rofi/config-layout.rasi | |
| parent | 861bf5be200bfcf2440fec4cda911d29ec18493f (diff) | |
| parent | bca86bbec4757cec1f6f5bdea2ed210542f10fae (diff) | |
Merge remote-tracking branch 'upstream'
Diffstat (limited to 'config/rofi/config-layout.rasi')
| -rw-r--r-- | config/rofi/config-layout.rasi | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/config/rofi/config-layout.rasi b/config/rofi/config-layout.rasi new file mode 100644 index 00000000..d94178cd --- /dev/null +++ b/config/rofi/config-layout.rasi @@ -0,0 +1,63 @@ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ +/* Layout Selector (compact) */ + +@import "~/.config/rofi/config-rofi-theme.rasi" + +/* ---- Mainbox ---- */ +mainbox { + children: [ "message", "listview" ]; + spacing: 10px; + padding: 12px; +} + +/* ---- Window ---- */ +window { + width: 520px; + height: 320px; +} + +/* ---- Entry ---- */ +entry { + enabled: false; +} + +/* ---- Message ---- */ +message { + enabled: true; + margin: 0px 6px 0px 6px; + padding: 10px; + border-radius: 10px; + background-color: inherit; +} + +textbox { + text-color: inherit; + background-color: inherit; +} + +/* ---- Listview ---- */ +listview { + columns: 1; + lines: 4; + fixed-height: true; + margin: 8px 10px; + padding: 6px; + scrollbar: false; + spacing: 4px; + cycle: true; +} + +element { + padding: 6px; +} + +/* ---- Elements ---- */ +element-icon { + size: 0%; +} +element-text { + horizontal-align: 0.0; + vertical-align: 0.5; + margin: 0px; + padding: 0px; +} |
