Add icons to bar
This commit is contained in:
@@ -28,12 +28,12 @@ volume master {
|
|||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
last_full_capacity = true
|
last_full_capacity = true
|
||||||
format = "🔋 %status %percentage"
|
format = "%status %percentage"
|
||||||
format_down = "No Battery"
|
format_down = "No Battery"
|
||||||
status_chr = "Charging"
|
status_chr = "⚡ Charging"
|
||||||
status_bat = "Battery"
|
status_bat = "🔋 Battery"
|
||||||
status_unk = "Unknown"
|
status_unk = "? Unknown"
|
||||||
status_full = "Charged"
|
status_full = "🔋 Full"
|
||||||
path = "/sys/class/power_supply/BAT%d/uevent"
|
path = "/sys/class/power_supply/BAT%d/uevent"
|
||||||
low_threshold = 10
|
low_threshold = 10
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user