added polybar

This commit is contained in:
Daniel Fichtinger 2024-11-04 17:40:36 -05:00
parent 5587416654
commit 857f831cd9
4 changed files with 218 additions and 0 deletions

6
.config/polybar/launch.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
killall -q polybar
while pgrep -x polybar >/dev/null; do sleep 1; done
polybar &