[polybar] Change log file name

This commit is contained in:
Midgard 2019-06-13 20:01:06 +02:00
parent 924e80f68e
commit c23dc7af91
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -54,7 +54,7 @@ echo "Terminated."
echo "Starting $1 on $2"
MONITOR="$2" \
polybar --config="$HOME/.config/polybar/config.ini" "$1" \
&>"$LOGDIR/$1-$2.log" & disown
&>"$LOGDIR/polybar-$1-$2.log" & disown
}
start_polybar midbard "$primary"