Browse Source

Tune status icons even more

 *  Avoid icons that don't work well on Debian (conflict in Private Use
    Unicode area).

 *  Simplify battery statuses even more (with better understanding
    of ACPI statuses).
Alois Mahdal 8 years ago
parent
commit
40a48ce7ba
1 changed files with 14 additions and 14 deletions
  1. 14
    14
      dotfiles/i3status.conf

+ 14
- 14
dotfiles/i3status.conf View File

21
 order += "tztime local"
21
 order += "tztime local"
22
 
22
 
23
 battery 0 {
23
 battery 0 {
24
-       format = "%status %percentage %remaining"
25
-       format_down = ""
26
-       status_unk = "❓"
27
-       status_chr = ""
28
-       status_bat = ""
29
-       status_full = " "
24
+       format = "%status%percentage"
25
+       format_down = ""
26
+       status_unk = ""
27
+       status_chr = ""
28
+       status_bat = ""
29
+       status_full = ""
30
        path = "/sys/class/power_supply/BAT%d/uevent"
30
        path = "/sys/class/power_supply/BAT%d/uevent"
31
        low_threshold = 30
31
        low_threshold = 30
32
        threshold_type = percentage
32
        threshold_type = percentage
35
 }
35
 }
36
 
36
 
37
 battery 1 {
37
 battery 1 {
38
-       format = "%status %percentage %remaining"
39
-       format_down = ""
40
-       status_unk = "❓"
41
-       status_chr = ""
42
-       status_bat = ""
43
-       status_full = " "
38
+       format = "%status%percentage"
39
+       format_down = ""
40
+       status_unk = ""
41
+       status_chr = ""
42
+       status_bat = ""
43
+       status_full = ""
44
        path = "/sys/class/power_supply/BAT%d/uevent"
44
        path = "/sys/class/power_supply/BAT%d/uevent"
45
        low_threshold = 5
45
        low_threshold = 5
46
        threshold_type = percentage
46
        threshold_type = percentage
65
 }
65
 }
66
 
66
 
67
 volume master {
67
 volume master {
68
-    format          = "%volume"
69
-    format_muted    = " ---%%"
68
+    format          = "%volume"
69
+    format_muted    = "--%%"
70
     device          = "default"
70
     device          = "default"
71
     mixer           = "Master"
71
     mixer           = "Master"
72
     mixer_idx       = 0
72
     mixer_idx       = 0