mirror of
https://github.com/danth/stylix
synced 2024-11-10 06:34:15 +00:00
kde: remove internal debugging logs (#304)
This commit is contained in:
parent
504c54dbf1
commit
bad1af63ff
1 changed files with 0 additions and 4 deletions
|
@ -245,15 +245,11 @@ in {
|
|||
wallpaperImage="$(globalPath plasma-apply-wallpaperimage)"
|
||||
if [ -n "$wallpaperImage" ]; then
|
||||
"$wallpaperImage" ${themePackage}/share/wallpapers/stylix
|
||||
else
|
||||
echo "Skipping plasma-apply-wallpaperimage because it's not installed"
|
||||
fi
|
||||
|
||||
lookAndFeel="$(globalPath plasma-apply-lookandfeel)"
|
||||
if [ -n "$lookAndFeel" ]; then
|
||||
"$lookAndFeel" --apply stylix
|
||||
else
|
||||
echo "Skipping plasma-apply-lookandfeel because it's not installed"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue