diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2023-11-21 13:24:07 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2023-11-21 13:24:07 +0100 |
| commit | 3c5903538586f2c1750830f593abf95fae0b1d82 (patch) | |
| tree | 662e24e497bd72552c5f5c404eea0c7f0a8fc399 | |
| parent | 6d7f499b87105e4889addf86bd5c2b3951b160e8 (diff) | |
rofi: Update to new theme config format
| -rw-r--r-- | dot.config-rofi-config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.config-rofi-config.rasi b/dot.config-rofi-config.rasi index f362710..2c506fd 100644 --- a/dot.config-rofi-config.rasi +++ b/dot.config-rofi-config.rasi @@ -1,6 +1,6 @@ configuration { modi: "drun,run,ssh"; dpi: 0; - theme: "DarkBlue"; show-icons: true; } +@theme "DarkBlue" |
