You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.
The latest version (pulled yesterday) does not seem to support formatting. The problem seems to be that % isn't caught (As I don't have to use %% to get a literal percent sign as the man page states you should).
It should be reproduce-able with this command: echo "test" | lemonbar %{c} -g 2550x14 -B #ff00ff -F #FFFFFF -p
The %{c} should center the text, however it does not seem to do that.
The text was updated successfully, but these errors were encountered:
The latest version (pulled yesterday) does not seem to support formatting. The problem seems to be that
%
isn't caught (As I don't have to use %% to get a literal percent sign as the man page states you should).It should be reproduce-able with this command:
echo "test" | lemonbar %{c} -g 2550x14 -B #ff00ff -F #FFFFFF -p
The
%{c}
should center the text, however it does not seem to do that.The text was updated successfully, but these errors were encountered: