update packages + some tweaks

This commit is contained in:
Reid 2026-04-18 18:41:55 -07:00
parent 527378ad95
commit edfb60dd12
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
26 changed files with 304 additions and 319 deletions

View file

@ -87,7 +87,7 @@ in {
wob = with colorScheme.palette; {
borderColor = "${base04}FF";
backgroundColor = "${base01}66";
backgroundColor = "${base01}CC";
barColor = "${base05}FF";
};

View file

@ -95,6 +95,9 @@ in {
theme = cfg.gtkTheme;
gtk3.extraConfig.gtk-application-prefer-dark-theme = mkIf cfg.dark "1";
gtk4.extraConfig.gtk-application-prefer-dark-theme = mkIf cfg.dark "1";
# https://stopthemingmy.app/
# https://tenor.com/view/blah-bla-gif-23055284
gtk4.theme = cfg.gtkTheme;
};
hm.qt = {