WE DID IT. QT ICONS
This commit is contained in:
parent
044bed7bac
commit
efe09d0045
2 changed files with 14 additions and 3 deletions
|
@ -24,8 +24,5 @@ each host should have these files:
|
||||||
- tags for pip and popups in hyprland config
|
- tags for pip and popups in hyprland config
|
||||||
- make wl-clip-persist and networkmanager applet systemd services?
|
- make wl-clip-persist and networkmanager applet systemd services?
|
||||||
- gtk cursors are MESSED UP. top priority rn
|
- gtk cursors are MESSED UP. top priority rn
|
||||||
- qt icons just... don't apply
|
|
||||||
- niri.. yum
|
- niri.. yum
|
||||||
- do lockscreen better somehow
|
|
||||||
- international keyboard for Spanish
|
- international keyboard for Spanish
|
||||||
- ghostty
|
|
||||||
|
|
|
@ -104,6 +104,15 @@ in {
|
||||||
platformTheme.name = "qtct";
|
platformTheme.name = "qtct";
|
||||||
style.name = "kvantum";
|
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 = {
|
hm.home.pointerCursor = {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
@ -172,6 +181,11 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
"kdeglobals".text = ''
|
||||||
|
[Icons]
|
||||||
|
Theme=${cfg.iconTheme.name}
|
||||||
|
'';
|
||||||
|
|
||||||
"Kvantum/${cfg.kvantumTheme.name}".source = "${cfg.kvantumTheme.package}/share/Kvantum/${cfg.kvantumTheme.name}";
|
"Kvantum/${cfg.kvantumTheme.name}".source = "${cfg.kvantumTheme.package}/share/Kvantum/${cfg.kvantumTheme.name}";
|
||||||
"Kvantum/kvantum.kvconfig".text = ''
|
"Kvantum/kvantum.kvconfig".text = ''
|
||||||
[General]
|
[General]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue