diff options
Diffstat (limited to '.config')
| -rwxr-xr-x | .config/polybar/launch.sh | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh index 1c0ac10..6b5c5db 100755 --- a/.config/polybar/launch.sh +++ b/.config/polybar/launch.sh @@ -4,13 +4,15 @@ killall -q polybar # Wait until the processes have been shut down -while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done +while pgrep -u "$UID" -x polybar >/dev/null; do sleep 1; done # Launch bar -polybar top & -#polybar bottom & -#polybar left & -#polybar top_external & +polybar left & +polybar right & +polybar middle & +#polybar tray & +#polybar xwindow & +#polybar top & #sleep 5 && xdo raise -N "polybar-bottom_LVDS-1" & if [[ $(xrandr -q | grep 'HDMI-1 connected') ]]: then |
