diff --git a/polybar/launch.sh b/polybar/launch.sh index 221c0ef..8269762 100755 --- a/polybar/launch.sh +++ b/polybar/launch.sh @@ -10,7 +10,7 @@ while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done for m in $(polybar --list-monitors | cut -d":" -f1); do MONITOR=$m polybar top -c ~/.config/polybar/config-top.ini > ~/.config/polybar/top.log & - MONITOR=$m polybar bottom -c ~/.config/polybar/config-bottom.ini > ~/config/polybar/bottom.log & + MONITOR=$m polybar bottom -c ~/.config/polybar/config-bottom.ini > ~/.config/polybar/bottom.log & done exit 0