Sfoglia il codice sorgente

Use only icons for battery statuses

Alois Mahdal 8 anni fa
parent
commit
b15bc4e315
1 ha cambiato i file con 10 aggiunte e 8 eliminazioni
  1. 10
    8
      dotfiles/i3status.conf

+ 10
- 8
dotfiles/i3status.conf Vedi File

@@ -22,10 +22,11 @@ order += "tztime local"
22 22
 
23 23
 battery 0 {
24 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 30
        path = "/sys/class/power_supply/BAT%d/uevent"
30 31
        low_threshold = 30
31 32
        threshold_type = percentage
@@ -35,10 +36,11 @@ battery 0 {
35 36
 
36 37
 battery 1 {
37 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 44
        path = "/sys/class/power_supply/BAT%d/uevent"
43 45
        low_threshold = 5
44 46
        threshold_type = percentage