diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-11-01 21:55:45 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-11-01 21:55:45 +0200 |
| commit | 647d2f0c79286248ce2da517e19d1a791f1605a8 (patch) | |
| tree | 82f9a426b667eb500d4e1ab19fba0a4fbad1942f /.config/rofi/themes/dmenu.rasi | |
| parent | c066c151c38259543b1594dd71cc550149ce2ced (diff) | |
| download | dotfiles-647d2f0c79286248ce2da517e19d1a791f1605a8.tar.gz dotfiles-647d2f0c79286248ce2da517e19d1a791f1605a8.zip | |
Add rofi config
Diffstat (limited to '.config/rofi/themes/dmenu.rasi')
| -rw-r--r-- | .config/rofi/themes/dmenu.rasi | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.config/rofi/themes/dmenu.rasi b/.config/rofi/themes/dmenu.rasi new file mode 100644 index 0000000..1e8f319 --- /dev/null +++ b/.config/rofi/themes/dmenu.rasi @@ -0,0 +1,38 @@ + +* { + background-color: #1a2026; + border-color: #29343d; + text-color: #ffffff; + font: "Fira Code Nerd Font Mono 11"; +} + +window { + anchor: north; + location: north; + width: 100%; + padding: 4px; + children: [ horibox ]; +} + +horibox { + orientation: horizontal; + children: [ prompt, entry, listview ]; +} + +listview { + layout: horizontal; + spacing: 10px; + lines: 100; +} + +entry { + expand: false; + width: 14em; +} + +element { + padding: 2px 5px; +} +element selected { + color: #a9bcef; +} |
