WE DID IT. QT ICONS

This commit is contained in:
Reid 2025-01-09 21:25:47 -08:00
parent 044bed7bac
commit efe09d0045
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 14 additions and 3 deletions

View file

@ -24,8 +24,5 @@ each host should have these files:
- tags for pip and popups in hyprland config
- make wl-clip-persist and networkmanager applet systemd services?
- gtk cursors are MESSED UP. top priority rn
- qt icons just... don't apply
- niri.. yum
- do lockscreen better somehow
- international keyboard for Spanish
- ghostty

View file

@ -104,6 +104,15 @@ in {
platformTheme.name = "qtct";
style.name = "kvantum";
};
# needed for svg icons in qt to work,
# so we just install them unconditionally
hm.home.packages = with pkgs; [
cfg.iconTheme.package
libsForQt5.breeze-icons
libsForQt5.qt5.qtsvg
# kdePackages.breeze-icons
kdePackages.qtsvg
];
hm.home.pointerCursor = {
gtk.enable = true;
@ -172,6 +181,11 @@ in {
};
};
in {
"kdeglobals".text = ''
[Icons]
Theme=${cfg.iconTheme.name}
'';
"Kvantum/${cfg.kvantumTheme.name}".source = "${cfg.kvantumTheme.package}/share/Kvantum/${cfg.kvantumTheme.name}";
"Kvantum/kvantum.kvconfig".text = ''
[General]