i3status: use power plug as battery status indicator, remove %remaining

This commit is contained in:
Aminda Suomalainen 2019-03-12 23:31:44 +02:00
parent d22680d0ea
commit 4a1e4e8b51
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ ethernet _first_ {
}
battery all {
format = "%status %percentage %remaining"
# %remaining looks horrible especially with updating every second
format = "🔌%status %percentage"
format_down = ""
}