[polybar] Change log file name
This commit is contained in:
parent
924e80f68e
commit
c23dc7af91
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue