mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-29 06:29:36 +01:00
i3status: disable format_quality (err on Deb10) + fix Kincarron battery
This commit is contained in:
parent
968db01ee0
commit
d1c7f3c2d3
@ -58,7 +58,7 @@ wireless _first_ {
|
|||||||
#format_up = "W:%quality %frequency"
|
#format_up = "W:%quality %frequency"
|
||||||
#format_down = "W:🢃"
|
#format_down = "W:🢃"
|
||||||
format_down = ""
|
format_down = ""
|
||||||
format_quality = "%3d%s"
|
#format_quality = "%3d%s"
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet _first_ {
|
ethernet _first_ {
|
||||||
@ -76,6 +76,8 @@ battery all {
|
|||||||
format_down = ""
|
format_down = ""
|
||||||
status_full = "🔌☻"
|
status_full = "🔌☻"
|
||||||
#status_unk = "?"
|
#status_unk = "?"
|
||||||
|
# kincarron battery fix
|
||||||
|
#path = "/sys/class/power_supply/%d/uevent"
|
||||||
}
|
}
|
||||||
|
|
||||||
tztime utc {
|
tztime utc {
|
||||||
|
Loading…
Reference in New Issue
Block a user