just set qt to adwaita-dark, btw qt - you suck arse, f u, and fixed icons

This commit is contained in:
Tyler Kelley 2024-05-23 09:57:47 -05:00
parent 1ced373f40
commit a1cf3e81fa
2 changed files with 7 additions and 1 deletions

View File

@ -92,7 +92,7 @@
qt = {
enable = true;
style = "gtk2";
style = "adwaita-dark";
platformTheme = "gtk2";
};

View File

@ -108,6 +108,12 @@ in
# Styling Options
stylix.targets.waybar.enable = false;
stylix.targets.rofi.enable = false;
gtk = {
iconTheme = {
name = "Papirus-Dark";
package = pkgs.papirus-icon-theme;
};
};
# Scripts
home.packages = [