Updates
This commit is contained in:
@@ -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
|
||||
# -----------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user