Skip to content

Commit

Permalink
verifca link do latte-dock plasmoid
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed May 16, 2024
1 parent a57914e commit f295ed7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ if [ "$(md5sum /$HOME/.config/fontconfig/fonts.conf | awk '{print $1}')" = "2b22
rm /$HOME/.config/fontconfig/fonts.conf
fi

# Remove link from latte-dock
if [ -L ~/.local/share/plasma/plasmoids/org.kde.plasma.systemtray ];then
rm ~/.local/share/plasma/plasmoids/org.kde.plasma.systemtray
fi
if [ -L ~/.local/share/plasma/plasmoids/org.kde.plasma.private.systemtray ];then
rm ~/.local/share/plasma/plasmoids/org.kde.plasma.private.systemtray
fi

# BKP plasmoids
mv "$HOME/.local/share/plasma/plasmoids/" "$HOME/.local/share/plasma/plasmoids-old/"

Expand Down

0 comments on commit f295ed7

Please sign in to comment.