added polybar and i3

This commit is contained in:
2024-06-22 22:28:37 +10:00
parent c16ae91aae
commit f1a72b5fd1
3 changed files with 443 additions and 0 deletions

View File

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