first
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
if type "xrandr"; then
|
||||
for m in $(xrandr --query | grep " connected" | cut -d" " -f1); do
|
||||
MONITOR=$m polybar --reload $(cat /etc/hostname) &
|
||||
|
||||
done
|
||||
else
|
||||
polybar --reload $(cat /etc/hostname) &
|
||||
fi
|
||||
Reference in New Issue
Block a user