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:
parent
9371019b39
commit
dd6003556c
1 changed files with 9 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue