Open
Description
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 = ""
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"