diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-01-13 13:46:51 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-01-13 13:46:51 +0000 |
| commit | 921cc1b7466f504b4521450cf7d2adac4e6c5c93 (patch) | |
| tree | e3ba4a37e145b941ef182a9a92456e3333996954 /rofi/config.rasi | |
| parent | 8bf69148fbb8ac98bf21e1bbd87021aa8f5291cc (diff) | |
Add new configs
Diffstat (limited to 'rofi/config.rasi')
| -rw-r--r-- | rofi/config.rasi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi new file mode 100644 index 0000000..7d29615 --- /dev/null +++ b/rofi/config.rasi @@ -0,0 +1,13 @@ +configuration { + modes: [ combi ]; + combi-modes: [ drun, run ]; +} + +@theme "sidebar" + +inputbar { + background-color: #2b2b2b; + text-color: #ffffff; + padding: 4px; + border: 0px 0px 2px 0px; +} |
