From c1d852f8250b10b753c514393774da44e5080578 Mon Sep 17 00:00:00 2001 From: Dominic Date: Tue, 29 Jul 2025 10:45:30 -0400 Subject: [PATCH] init --- config.rasi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config.rasi diff --git a/config.rasi b/config.rasi new file mode 100644 index 0000000..d736ce0 --- /dev/null +++ b/config.rasi @@ -0,0 +1,19 @@ +configuration { + modes: [ combi ]; + combi-modes: [ window, drun, run, ssh ]; + drun-display-format: "{name}"; +} + +@import "~/.cache/wal/colors-rofi-dark" + + +element { + orientation: horizontal; + children: [ element-text, element-icon ]; + spacing: 20px; +} + +listview { + lines: 10; + columns: 1; +}