Fixed #903
This commit is contained in:
parent
3bef54f42e
commit
9011d97c53
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ remove_libadwaita() {
|
|||
###############################################################################
|
||||
|
||||
fix_whiskermenu() {
|
||||
if command -v xfce4-popup-whiskermenu &> /dev/null; then
|
||||
if (command -v xfce4-popup-whiskermenu &> /dev/null) && $(sed -i "s|.*menu-opacity=.*|menu-opacity=95|" "$HOME/.config/xfce4/panel/whiskermenu"*".rc" &> /dev/null); then
|
||||
sed -i "s|.*menu-opacity=.*|menu-opacity=95|" "$HOME/.config/xfce4/panel/whiskermenu"*".rc"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue