This commit is contained in:
h
2024-01-24 15:57:42 -05:00
parent 1f7bc08bbe
commit 9d9fea48b9
7 changed files with 42 additions and 7 deletions
+2
View File
@@ -1,3 +1,5 @@
#!/bin/bash
if type "xrandr"; then
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
MONITOR=$m polybar --reload $(cat /etc/hostname) &