the GREAT CONFIG MIGRATION; (scwrypts v5 and some neat new config stuffs)

This commit is contained in:
2025-02-19 21:56:37 -07:00
parent 623828461e
commit 1b70e44700
114 changed files with 330 additions and 328 deletions

8
config/bin/polybar Executable file
View File

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