We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Since upgrade to i3status 2.14 there is an issue with pango markup in a i3status module (didn't happen with i3status 2.13.
Your py3status version py3status master
To Reproduce
general { output_format = "i3bar" colors = true color_good = "#9c9491" color_degraded = "#c38418" color_bad = "#df5320" interval = 5 markup = "pango" } order += "battery all" "battery all" { format = "%status %percentage (%remaining %consumption)" low_threshold = 15 threshold_type = percentage status_chr = "<span color='#68615e'> </span>" status_bat = "<span color='#68615e'> </span>" status_full = "<span color='#68615e'> </span>" status_unk = "<span color='#68615e'> </span>" integer_battery_capacity = true hide_seconds = true last_full_capacity = true # better matches /sys/class/power_supply/BAT0/uevent separator_block_width = 20 }
Screenshots
The text was updated successfully, but these errors were encountered:
Probably not a py3status bug. Also, see i3/i3status#466.
Sorry, something went wrong.
Indeed, closing.
No branches or pull requests
Describe the bug
Since upgrade to i3status 2.14 there is an issue with pango markup in a i3status module (didn't happen with i3status 2.13.
Your py3status version
py3status master
To Reproduce
Screenshots
The text was updated successfully, but these errors were encountered: