You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
226 B

4 years ago
4 years ago
  1. #!/bin/bash
  2. if pgrep -u $UID -x polybar >/dev/null; then
  3. killall -q polybar
  4. bspc config bottom_padding 0
  5. else
  6. polybar -c ~/.config/polybar/config.ini main &
  7. polybar -c ~/.config/polybar/config.ini system &
  8. fi