Cleanup Bar and i3 font
This commit is contained in:
@@ -14,13 +14,13 @@ order += "tztime local"
|
||||
order += "volume master"
|
||||
|
||||
wireless _first_ {
|
||||
format_up = "%essid"
|
||||
format_down = "Disconnected"
|
||||
format_up = "📡 %essid"
|
||||
format_down = "📡 Disconnected"
|
||||
}
|
||||
|
||||
volume master {
|
||||
format = "%volume | "
|
||||
format_muted = "Muted | "
|
||||
format = "🔉 %volume"
|
||||
format_muted = "🔇 Muted"
|
||||
device = "default"
|
||||
mixer = "Master"
|
||||
mixer_idx = 0
|
||||
@@ -28,7 +28,7 @@ volume master {
|
||||
|
||||
battery all {
|
||||
last_full_capacity = true
|
||||
format = "%status %percentage"
|
||||
format = "🔋 %status %percentage"
|
||||
format_down = "No Battery"
|
||||
status_chr = "Charging"
|
||||
status_bat = "Battery"
|
||||
@@ -39,6 +39,6 @@ battery all {
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%time"
|
||||
format = "📅 %time"
|
||||
format_time = "%a %-d %b %H:%M"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user