From a95d951654b5532f6ab443f2d28c94cc6a4a08cd Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 7 Jun 2021 08:41:03 +0200 Subject: [PATCH] typo --- polybar/launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polybar/launch.sh b/polybar/launch.sh index c05872b..70a82ec 100755 --- a/polybar/launch.sh +++ b/polybar/launch.sh @@ -3,7 +3,7 @@ killall -q polybar # Launch bar for m in $(polybar --list-monitors | cut -d":" -f1); do - MONITOR=$m polybar --reload --config=/home/mg/dotfiles/polybar/config bar& + MONITOR=$m polybar --reload --config=/home/mg/dotfiles/polybar/config bar & # damit wird polybar für jeden monitor gestartet # https://github.com/polybar/polybar/issues/763 done