aboutsummaryrefslogtreecommitdiffstats
path: root/i3wm/.config/polybar/launch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'i3wm/.config/polybar/launch.sh')
-rwxr-xr-xi3wm/.config/polybar/launch.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/i3wm/.config/polybar/launch.sh b/i3wm/.config/polybar/launch.sh
index e099ebb..c45e085 100755
--- a/i3wm/.config/polybar/launch.sh
+++ b/i3wm/.config/polybar/launch.sh
@@ -9,12 +9,11 @@ while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
MONITOR=$(polybar -m|tail -n1|sed -e 's/:.*$//g') polybar topbar &
-
+sleep 1
MONITORS=$(polybar -m|sed -e 's/:.*$//g')
while read -r monitor; do
MONITOR=$monitor polybar topbar-second &
+ sleep 1
done <<< $MONITORS
-PRIMARY_MONITOR=$(xrandr -q|awk '/ connected primary /'|cut -d ' ' -f1)
-
echo "Bars launched..."