feat: enable dark mode in hyprland configuration
Some checks failed
ci / nix-fmt (push) Failing after 11m54s
Some checks failed
ci / nix-fmt (push) Failing after 11m54s
This commit is contained in:
parent
f4e7e96040
commit
a762792aa9
2 changed files with 12 additions and 1 deletions
10
modules/home/desktop/env/gtk/default.nix
vendored
10
modules/home/desktop/env/gtk/default.nix
vendored
|
|
@ -24,7 +24,15 @@ in {
|
|||
enable = true;
|
||||
theme = {
|
||||
package = pkgs.adw-gtk3;
|
||||
name = "adw-gtk3";
|
||||
name = "adw-gtk3-dark";
|
||||
};
|
||||
|
||||
gtk3.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = 1;
|
||||
};
|
||||
|
||||
gtk4.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = 1;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -37,7 +37,10 @@ in {
|
|||
"GDK_BACKEND,wayland,x11,*"
|
||||
"GDK_SCALE,2"
|
||||
"GDK_DPI_SCALE,2"
|
||||
|
||||
"GTK_USE_PORTAL,1"
|
||||
"GTK_THEME,adw-gtk3-dark"
|
||||
"GTK_APPLICATION_PREFER_DARK_THEME,1"
|
||||
|
||||
"QT_QPA_PLATFORM,wayland;xcb"
|
||||
"QT_AUTO_SCREEN_SCALE_FACTOR,1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue