Added polybar + rofi configs and symlinks

This commit is contained in:
2026-06-17 08:16:54 +02:00
parent 6d5236d8dd
commit a91f225f08
4 changed files with 286 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Terminate already running bar instances
pkill -x polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
polybar main &