giving the home PC config a bit of TLC

This commit is contained in:
2024-04-08 19:11:39 -06:00
parent e34b8c3e05
commit 9e0a7f3251
45 changed files with 1439 additions and 431 deletions

8
bin/polybar Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env sh
command -v polybar || return 0
killall -q polybar
while pgrep -x polybar &>/dev/null; do sleep 0.1; done
polybar i3 &