aboutsummaryrefslogtreecommitdiff
path: root/polybar/normal
diff options
context:
space:
mode:
Diffstat (limited to 'polybar/normal')
-rwxr-xr-xpolybar/normal/scr2.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/polybar/normal/scr2.sh b/polybar/normal/scr2.sh
index d3a4b49..47e95f8 100755
--- a/polybar/normal/scr2.sh
+++ b/polybar/normal/scr2.sh
@@ -17,6 +17,7 @@
while [ -z "${SCR2}" ]; do
SCR2=$(xrandr -q | grep ' connected' | grep -v primary | awk '{print $1}')
+ sleep 1
done
sleep 12