added polybar
This commit is contained in:
parent
5587416654
commit
857f831cd9
4 changed files with 218 additions and 0 deletions
6
.config/polybar/launch.sh
Executable file
6
.config/polybar/launch.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
killall -q polybar
|
||||
while pgrep -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
polybar &
|
Loading…
Add table
Add a link
Reference in a new issue