diff options
author | Thanos Apollo <[email protected]> | 2023-04-03 09:44:37 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-04-03 09:44:37 +0300 |
commit | 5c44e03d8b928459c082e732c8218e13257e8b39 (patch) | |
tree | 903849737b8b5d22d10344114e10d24c5baaaa4e | |
parent | b87f6d26feb685728e6ae54657f27db03191dfca (diff) |
rofi: Change theme to Arc Dark
-rwxr-xr-x | .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 544fcba..e965e94 100755 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -85,4 +85,5 @@ configuration { } -@theme "dracula" +//@theme "dracula" +@theme "/usr/share/rofi/themes/Arc-Dark.rasi" |