diff options
Diffstat (limited to 'config/rofi/dwm-dmenu-horiz.rasi')
| -rw-r--r-- | config/rofi/dwm-dmenu-horiz.rasi | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/config/rofi/dwm-dmenu-horiz.rasi b/config/rofi/dwm-dmenu-horiz.rasi new file mode 100644 index 00000000..8a433d93 --- /dev/null +++ b/config/rofi/dwm-dmenu-horiz.rasi @@ -0,0 +1,50 @@ +* { + background-color: #282828; + border-color: #458588; + text-color: #ebdbb2; + height: 24px; + font: "JetBrainsMono Nerd Font 10"; + prompt-font: "JetBrainsMono Nerd Font 10""; + prompt-background: #458588; + prompt-foreground: #282828; + prompt-padding: 2px 6px; + selected-normal-background: #458588; + selected-normal-foreground: #ebdbb2; +} +#window { + anchor: north; + location: north; + width: 100%; + padding: 0px; + children: [ horibox ]; +} +#horibox { + orientation: horizontal; + children: [ prompt, entry, listview ]; +} +#prompt { + padding: @prompt-padding; + background-color: @prompt-background; + text-color: @prompt-foreground; + font: @prompt-font; +} +#listview { + layout: horizontal; + lines: 100; +} +#entry { + padding: 2px; + expand: false; + width: 10em; +} +#element { + padding: 2px 8px; +} +#element selected { + background-color: @selected-normal-background; + text-color: @selected-normal-foreground; +} +element-text { + background-color: inherit; + text-color: inherit; +} |
