Browse Source

fixed path for panel toggle script

master
Marc 4 years ago
parent
commit
c7f97cbb9e
1 changed files with 1 additions and 0 deletions
  1. 1
      .config/polybar/scripts/toggle.sh

1
.config/polybar/scripts/toggle.sh

@ -5,4 +5,5 @@ if pgrep -u $UID -x polybar >/dev/null; then
bspc config bottom_padding 0
else
polybar -c ~/.config/polybar/config.ini main &
polybar -c ~/.config/polybar/config.ini system &
fi
Loading…
Cancel
Save