|
@@ -21,12 +21,12 @@ order += "volume master"
|
21
|
21
|
order += "tztime local"
|
22
|
22
|
|
23
|
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
|
30
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
31
|
31
|
low_threshold = 30
|
32
|
32
|
threshold_type = percentage
|
|
@@ -35,12 +35,12 @@ battery 0 {
|
35
|
35
|
}
|
36
|
36
|
|
37
|
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
|
44
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
45
|
45
|
low_threshold = 5
|
46
|
46
|
threshold_type = percentage
|
|
@@ -65,8 +65,8 @@ disk "/home" {
|
65
|
65
|
}
|
66
|
66
|
|
67
|
67
|
volume master {
|
68
|
|
- format = " %volume"
|
69
|
|
- format_muted = " ---%%"
|
|
68
|
+ format = "♪%volume"
|
|
69
|
+ format_muted = "♩--%%"
|
70
|
70
|
device = "default"
|
71
|
71
|
mixer = "Master"
|
72
|
72
|
mixer_idx = 0
|