mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
6 lines
240 B
Bash
Executable file
6 lines
240 B
Bash
Executable file
#!/bin/bash
|
|
killall -q polybar
|
|
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
|
#polybar -c ~/.config/berry/polybar/polybar top &
|
|
#polybar -c ~/.config/berry/polybar/polybar bom &
|
|
polybar -c ~/.config/berry/polybar/polybar bar &
|