initial commit

This commit is contained in:
scbj
2024-09-05 11:36:49 +02:00
parent 7ff2311473
commit 94a3abf0ed
9 changed files with 562 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
if type "xrandr"; then
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar --reload toph &
done
else
polybar --reload toph &
fi