Replies: 1 comment
-
The Stylix icon theme is effectively just passed through to Home Manager's Lines 9 to 10 in 5869510 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up the stylix
iconTheme
tool but the icons are only being applied to GTK apps.I tested it with
kdePackages.dolphin
andnautilus
(both installed vianix-shell -p
).On GTK everything works as expected and on QT as well except for the icons.
The color scheme is being applied as well in QT apps.
The only thing missing are the custom icons.
My stylix configuration looks like this:
Not quite sure whether that's a bug or I'm just using it wrong.
Also when opening the qt5ct UI there was a notification about the tool not being configured correctly due to the
QT_QPA_PLATFORMTHEME
env var not being set. However I opened a terminal and tried to echo it out and the echo command showed it was set toqt5ct
. When explicitly setting the env var using the hyprland parameter qt5ct doesn't complain anymore but the icons still don't work.Thanks for reading.
Beta Was this translation helpful? Give feedback.
All reactions