Add icons to bar

This commit is contained in:
Marco Thomas
2021-08-16 11:41:06 +02:00
parent 770186810c
commit 895aec2e4e

View File

@@ -14,13 +14,13 @@ order += "tztime local"
order += "volume master" order += "volume master"
wireless _first_ { wireless _first_ {
format_up = "📡 %essid" format_up = "📡 %essid"
format_down = "📡 Disconnected" format_down = "📡 Disconnected"
} }
volume master { volume master {
format = "🔉 %volume" format = "🔉 %volume"
format_muted = "🔇 Muted" format_muted = "🔇 Muted"
device = "default" device = "default"
mixer = "Master" mixer = "Master"
mixer_idx = 0 mixer_idx = 0
@@ -28,17 +28,17 @@ 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
} }
tztime local { tztime local {
format = "📅 %time" format = "📅 %time"
format_time = "%a %-d %b %H:%M" format_time = "%a %-d %b %H:%M"
} }