sorted out images, moved configs to separate packages

This commit is contained in:
scbj
2024-09-05 16:54:34 +02:00
parent c56393666c
commit 602dbb6faf
19 changed files with 1132 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