Skip to content

Battery block: always highlighted with bg color even on 100%/Full #1317

Open
@ivankovnatsky

Description

@ivankovnatsky

battery block always shows a bg color highlight even on full charge, I presume the widget still thinks it's a good state not idle yet.

i3status version: 0.20.4
theme: space-villain

i3status-rust config:

...

[[block]]
allow_missing = true
block = "battery"
hide_missing = true

...

[icons]
name = "material-nf"

...

[theme]
name = "space-villain"

[theme.overrides]
separator = ""

image

cat /sys/class/power_supply/*/status --plain
Full
acpi
Battery 0: Full, 100%

i did fixed it for myself defining a good state bg color as idle one.

[[block]]
allow_missing = true
block = "battery"
hide_missing = true

[block.theme_overrides]
good_bg = "#06060f"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions