diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2021-11-29 14:57:00 +0100 |
---|---|---|
committer | adamstuck <adam.moloney.stuck@gmail.com> | 2021-11-30 08:22:20 +0100 |
commit | 74b881b2360b642379004b21a85a271aa9424513 (patch) | |
tree | 607b0a70301680fab63fbc8027bc1843b16bdbdf /.config/rofi | |
parent | b2d1a98c7acb829d2fc8c7c21979a6a2f06e6ae8 (diff) |
Rofi 1.7.1 config compatability update
Diffstat (limited to '.config/rofi')
-rw-r--r-- | .config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 0fba9d8..da7584a 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -42,7 +42,6 @@ configuration { /* scroll-method: 0;*/ /* window-format: "{w} {c} {t}";*/ /* click-to-exit: true;*/ - theme: "onedark"; max-history-size: 25; /* combi-hide-mode-prefix: false;*/ /* matching-negate-char: '-' /* unsupported */;*/ @@ -145,3 +144,4 @@ configuration { sorting-method: "name"; } } +@theme "onedark" |