feat(gui): switch to papirus icon theme
This commit is contained in:
parent
7ec67295f4
commit
340d178111
3 changed files with 12 additions and 12 deletions
|
@ -5,7 +5,7 @@
|
|||
cfg = config.global.gpu;
|
||||
in mkIf (cfg.enable && cfg.session) {
|
||||
programs.regreet = {
|
||||
enable = true;
|
||||
enable = mkDefault true;
|
||||
cageArgs = [ "-s" "-d" "-m" "last" ];
|
||||
settings = {
|
||||
background.path = ../../share/54345906_p0.jpg;
|
||||
|
@ -13,7 +13,7 @@ in mkIf (cfg.enable && cfg.session) {
|
|||
GTK = {
|
||||
application_prefer_dark_theme = true;
|
||||
cursor_theme_name = "Bibata-Modern-Classic";
|
||||
icon_theme_name = "WhiteSur-dark";
|
||||
icon_theme_name = "Papirus-Dark";
|
||||
theme_name = "WhiteSur-Dark";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue