feat(gui): set regreet gtk theme

This commit is contained in:
514fpv 2024-01-03 16:23:25 +08:00
parent 4af7c3b33d
commit 6a3e683a5f
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -10,7 +10,12 @@ in mkIf (cfg.enable && cfg.session) {
settings = { settings = {
background.path = ../../share/54345906_p0.jpg; background.path = ../../share/54345906_p0.jpg;
background.fit = "Fill"; background.fit = "Fill";
gtk.application_prefer_dark_theme = true; GTK = {
application_prefer_dark_theme = true;
cursor_theme_name = "Bibata-Modern-Classic";
icon_theme_name = "WhiteSur-dark";
theme_name = "WhiteSur-Dark";
};
}; };
}; };