added polybar
This commit is contained in:
parent
bfc669f9bc
commit
4acfbccfca
3 changed files with 439 additions and 0 deletions
10
polybar/polybarstart
Executable file
10
polybar/polybarstart
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
killall -q polybar
|
||||
|
||||
# Wait until the processes have been shut down
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
# Launch bar
|
||||
polybar example -r &
|
Loading…
Add table
Add a link
Reference in a new issue