This commit is contained in:
Stephan Raabe
2024-01-25 16:33:18 +01:00
parent 89d34dc551
commit 1e8313f183
5 changed files with 67 additions and 34 deletions
+7
View File
@@ -8,6 +8,13 @@
# by Stephan Raabe (2023)
# -----------------------------------------------------
# Check if waybar-disabled file exists
if [ -f $HOME/.cache/waybar-disabled ] ;then
killall waybar
pkill waybar
exit 1
fi
# -----------------------------------------------------
# Quit all running waybar instances
# -----------------------------------------------------