stylix: fix wallpaper set error when not running under kde

Downsides:
this means that there will be no theming for KDE QT Apps

Also switch theme polarity to light
This commit is contained in:
Khaïs COLIN 2024-07-29 13:18:46 +02:00
parent 9371019b39
commit dd6003556c

View file

@ -1,5 +1,11 @@
{
stylix.enable = true;
stylix.image = ./wallpapers/suzume_door.png;
stylix.polarity = "dark";
stylix = {
enable = true;
image = ./wallpapers/suzume_door.png;
polarity = "light";
# fix wallpaper set error when not running under kde plasma
# see https://github.com/danth/stylix/issues/340
targets.kde.enable = false;
};
}