catppuccin / nix

❄️ Soothing pastel theme for Nix
https://nix.catppuccin.com/
MIT License
302 stars 46 forks source link

Port Request: qt(kde) theme #135

Open RAVENz46 opened 2 months ago

RAVENz46 commented 2 months ago

https://github.com/catppuccin/kde

IQubic commented 2 months ago

It would be nice if we could get a QT theming solution that works on all WMs and DEs, but that might harder to implement.

pluiedev commented 4 weeks ago

It would be nice if we could get a QT theming solution that works on all WMs and DEs, but that might harder to implement.

The thing is that such a thing is just not really possible due to the fun existence of Qt platforms. When I used Hyprland I used qt5ct/qt6ct, but switching back to KDE made my themes all break horrendously since apparently KDE does their own thing... I do have both qt{5,6}ct and KDE settings in my flake but I'm not sure what's the best approach to upstream the latter, since it depends on modifying kdeglobals (scary!)

RAVENz46 commented 3 weeks ago

@pluiedev Yes, qt option was broken after releasing kde6. This problem also mentioned nix-community/home-manager#5098 . I think it is caused by mismatching between libsForQt5, qt6Packages(deprecated but still used in qt modules) and kde6Packages. We have to wait until fixing it.

madfanat commented 3 weeks ago

qt option was broken after releasing kde6

Well, I face a similar problem on Hyprland: no Catppuccin theme in kvantum and thus no theming at all. Any thoughts on how to fix this temporarily?