Browse Source

No need to show estimated empty time as well

Alois Mahdal 10 years ago
parent
commit
9e8eae8937
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3status.conf

+ 1
- 1
dotfiles/i3status.conf View File

19
 order += "tztime local"
19
 order += "tztime local"
20
 
20
 
21
 battery 0 {
21
 battery 0 {
22
-       format = "%status %percentage %remaining %emptytime"
22
+       format = "%status %percentage %remaining"
23
        format_down = "?B0"
23
        format_down = "?B0"
24
        status_chr = "⚇C0"
24
        status_chr = "⚇C0"
25
        status_bat = "⚡B0"
25
        status_bat = "⚡B0"