hlwm: remove leading space for current tag

This commit is contained in:
Lucas 2020-09-19 13:45:14 +00:00
parent 48ab04a486
commit c7d679ab7e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ show_tags()
;;
esac
done
printf "%%{l} %s%%{F%s}%s%%{F-}\n" \
printf "%%{l}%s%%{F%s}%s%%{F-}\n" \
"$focused" "$hlwm_color9" "$s"
}
}