faucet(gui): set regreet gtk theme

This commit is contained in:
514fpv 2024-01-03 16:23:25 +08:00
parent bb58009aea
commit c09dec9fe7
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0

View file

@ -10,7 +10,12 @@ in mkIf (cfg.enable && cfg.session) {
settings = {
background.path = ../../share/54345906_p0.jpg;
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";
};
};
};