mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 00:53:42 +02:00
fix: waybar toggle script
This commit is contained in:
parent
e44592ddca
commit
1a81ea7ac6
1 changed files with 1 additions and 3 deletions
|
@ -6,9 +6,7 @@ WAYBAR_PID=$(pgrep -x waybar)
|
|||
|
||||
if [ -n "$WAYBAR_PID" ]; then
|
||||
pkill waybar
|
||||
fi
|
||||
|
||||
if [ $WAYBAR_DEV_MODE = true ]; then
|
||||
elif [ $WAYBAR_DEV_MODE = true ]; then
|
||||
GTK_DEBUG=interactive exec $WAYBAR_LAUNCHER
|
||||
else
|
||||
exec $WAYBAR_LAUNCHER
|
||||
|
|
Loading…
Add table
Reference in a new issue