diff options
author | davidovski <david@davidovski.xyz> | 2021-12-05 13:44:24 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-12-05 13:44:24 +0000 |
commit | bcdb3419af4a28135e2e668cd61b49db72e95796 (patch) | |
tree | 618b5b94a282edce95f48782924fd61460c1ad09 /config/rofi | |
parent | d2d7738d65dd7337d0b37801f26d832d46f4fe06 (diff) |
added extra configurations
Diffstat (limited to 'config/rofi')
-rw-r--r-- | config/rofi/config.rasi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index ddca6aa..315524e 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -55,7 +55,6 @@ configuration { /* window-format: "{w} {c} {t}";*/ /* click-to-exit: true;*/ /* show-match: true;*/ - theme: "colors-rofi-dark"; /* color-normal: ;*/ /* color-urgent: ;*/ /* color-active: ;*/ @@ -150,3 +149,5 @@ configuration { /* me-accept-entry: "MouseDPrimary";*/ /* me-accept-custom: "Control+MouseDPrimary";*/ } +@theme "colors-rofi-dark" + |