Browse Source

Use only icons for battery statuses

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

+ 10
- 8
dotfiles/i3status.conf View File

22
 
22
 
23
 battery 0 {
23
 battery 0 {
24
        format = "%status %percentage %remaining"
24
        format = "%status %percentage %remaining"
25
-       format_down = "፧B0"
26
-       status_chr = "⚇C0"
27
-       status_bat = "⚡B0"
28
-       status_full = "☻F0"
25
+       format_down = "❌"
26
+       status_unk = "❓"
27
+       status_chr = ""
28
+       status_bat = ""
29
+       status_full = "☺ "
29
        path = "/sys/class/power_supply/BAT%d/uevent"
30
        path = "/sys/class/power_supply/BAT%d/uevent"
30
        low_threshold = 30
31
        low_threshold = 30
31
        threshold_type = percentage
32
        threshold_type = percentage
35
 
36
 
36
 battery 1 {
37
 battery 1 {
37
        format = "%status %percentage %remaining"
38
        format = "%status %percentage %remaining"
38
-       format_down = "፧B1"
39
-       status_chr = "⚇C1"
40
-       status_bat = "⚡B1"
41
-       status_full = "☻F1"
39
+       format_down = "❌"
40
+       status_unk = "❓"
41
+       status_chr = ""
42
+       status_bat = ""
43
+       status_full = "☺ "
42
        path = "/sys/class/power_supply/BAT%d/uevent"
44
        path = "/sys/class/power_supply/BAT%d/uevent"
43
        low_threshold = 5
45
        low_threshold = 5
44
        threshold_type = percentage
46
        threshold_type = percentage