diff options
-rw-r--r-- | rofi.rasi | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +@theme "Arc-Dark" + configuration { modi: "drun,run,window,ssh,pass:~/.scripts/rofi_pass.sh"; /* width: 50;*/ @@ -53,7 +55,7 @@ configuration { /* window-format: "{w} {c} {t}";*/ /* click-to-exit: true;*/ /* show-match: true;*/ - theme: "Arc-Dark"; +/* theme: "Arc-Dark";*/ /* color-normal: ;*/ /* color-urgent: ;*/ /* color-active: ;*/ |