mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-04 01: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
|
if [ -n "$WAYBAR_PID" ]; then
|
||||||
pkill waybar
|
pkill waybar
|
||||||
fi
|
elif [ $WAYBAR_DEV_MODE = true ]; then
|
||||||
|
|
||||||
if [ $WAYBAR_DEV_MODE = true ]; then
|
|
||||||
GTK_DEBUG=interactive exec $WAYBAR_LAUNCHER
|
GTK_DEBUG=interactive exec $WAYBAR_LAUNCHER
|
||||||
else
|
else
|
||||||
exec $WAYBAR_LAUNCHER
|
exec $WAYBAR_LAUNCHER
|
||||||
|
|
Loading…
Add table
Reference in a new issue