[DSiR v0.92.0.0]

- Migrated from i3status-rs to polybar.
This commit is contained in:
2020-12-27 17:35:32 +00:00
parent 5c96f4d167
commit b35727ce5a
30 changed files with 4182 additions and 29 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/env bash
# Add this script to your wm startup file.
DIR="$HOME/.config/polybar/shapes"
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch the bar
polybar -q main -c "$DIR"/config.ini &