feat(gui): switch to papirus icon theme

This commit is contained in:
514fpv 2024-01-28 10:38:29 +08:00
parent 7ec67295f4
commit 340d178111
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
3 changed files with 12 additions and 12 deletions

View file

@ -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";
};
};