feat(gui): set regreet gtk theme
This commit is contained in:
parent
4af7c3b33d
commit
6a3e683a5f
1 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue