Skip to content
New issue

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

Issue with pango markup since i3status 2.14 #2102

Closed
steinex opened this issue Feb 15, 2022 · 2 comments
Closed

Issue with pango markup since i3status 2.14 #2102

steinex opened this issue Feb 15, 2022 · 2 comments

Comments

@steinex
Copy link

steinex commented Feb 15, 2022

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
2022-02-15T11:23:00,938288143+01:00

@lasers
Copy link
Contributor

lasers commented Feb 16, 2022

Probably not a py3status bug. Also, see i3/i3status#466.

@steinex
Copy link
Author

steinex commented Feb 17, 2022

Indeed, closing.

@steinex steinex closed this as completed Feb 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants