Skip to content

Commit

Permalink
Merge branch 'master' of github.com:vinceliuice/WhiteSur-gtk-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Oct 12, 2023
2 parents 91942df + e06c5c5 commit 4152e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/lib-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ fix_whiskermenu() {
sed -i "s|.*menu-opacity=.*|menu-opacity=95|" "$HOME/.config/xfce4/panel/whiskermenu"*".rc"
fi

if (pgrep xfce4-session &> /dev/null); then
if pgrep xfce4-session &> /dev/null && [ "$(id -u)" -ne 0 ]; then
xfce4-panel -r
fi
}
Expand Down

0 comments on commit 4152e5e

Please sign in to comment.