Switch rofi to onedark theme

This commit is contained in:
Filippo Berto 2022-06-02 15:17:58 +02:00
parent 1f1ade1541
commit bc28d964d3
6 changed files with 219 additions and 1 deletions

View file

@ -18,7 +18,8 @@
modi: "drun,run,ssh,window";
}
@theme "nord"
@theme "onedark"
'';
xdg.configFile."rofi/nord.rasi".source = ../../configs/rofi/nord.rasi;
xdg.configFile."rofi/onedark.rasi".source = ../../configs/rofi/onedark.rasi;
}