i3status style

This commit is contained in:
thek4n 2024-11-29 15:39:11 +03:00
parent 3f0fdef139
commit 9b303d5385

View File

@ -18,7 +18,8 @@ order += "tztime local"
wireless _first_ { wireless _first_ {
format_up = " (%quality at %essid %frequency) %ip" format_up = " (%quality at %essid %frequency) %ip"
format_down = " down" format_down = " down"
color_bad = "#454545"
} }
ethernet _first_ { ethernet _first_ {
@ -43,7 +44,7 @@ disk "/" {
} }
disk "/home" { disk "/home" {
format = " %used/%total" format = " %used/%total"
} }
memory { memory {
@ -54,7 +55,7 @@ memory {
} }
cpu_usage { cpu_usage {
format = " %usage" format = " %usage"
} }
cpu_temperature 0 { cpu_temperature 0 {
@ -68,8 +69,8 @@ tztime local {
} }
volume master { volume master {
format = " %volume" format = " %volume"
format_muted = ": muted %volume" format_muted = ": muted %volume"
device = "default" device = "default"
mixer = "Master" mixer = "Master"
mixer_idx = 0 mixer_idx = 0
@ -78,4 +79,4 @@ volume master {
tztime holder__headphones { tztime holder__headphones {
format = "holder__headphones" format = "holder__headphones"
} }