We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ca639 commit 0561340Copy full SHA for 0561340
makebundle.sh
@@ -153,7 +153,7 @@ cp -r "${PREFIX}"/share/kwin ./KWin.app/Resources/share/
153
# Glow effect when mouse moves to upper-left corner
154
mkdir -p ./KWin.app/Resources/share/plasma/desktoptheme/widgets/
155
156
-if [ "$(uname)" == "Linux" ]; then
+if [ "$(uname)" = "Linux" ]; then
157
cp "${PREFIX}"/share/plasma/desktoptheme/default/widgets/glowbar.svgz ./KWin.app/Resources/share/plasma/desktoptheme/widgets/
158
# Window snap effect preview
159
cp "${PREFIX}"/share/plasma/desktoptheme/default/widgets/translucentbackground.svgz ./KWin.app/Resources/share/plasma/desktoptheme/widgets/
0 commit comments