diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-08-19 10:49:22 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-08-19 10:49:22 +0200 |
commit | 4e604462735ace6ac31a3a13ba22d9a8933533de (patch) | |
tree | f0abfd53238a9d6b13fabb366e950224d8a6ab43 | |
parent | ddf8528a133960938f6b9c17b324a1e81a841f5d (diff) | |
download | dotfiles-4e604462735ace6ac31a3a13ba22d9a8933533de.tar.gz dotfiles-4e604462735ace6ac31a3a13ba22d9a8933533de.zip |
rofi: update after tool upgrade
-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: ;*/ |