style(i3status)

This commit is contained in:
TheK4n 2023-11-02 22:57:07 +03:00
parent 57e6870f9e
commit e83858606c

View File

@ -17,7 +17,7 @@ order += "volume master"
order += "tztime local" order += "tztime local"
wireless _first_ { wireless _first_ {
format_up = " (%quality at %essid) %ip" format_up = " (%quality at %essid %frequency) %ip"
format_down = " down" format_down = " down"
} }
@ -30,8 +30,8 @@ battery all {
format = "%status %percentage" format = "%status %percentage"
last_full_capacity = false last_full_capacity = false
format_down = "" format_down = ""
status_chr = "" status_chr = ""
status_bat = "" status_bat = "🔋"
status_unk = "?" status_unk = "?"
status_full = "" status_full = ""
path = "/sys/class/power_supply/BAT%d/uevent" path = "/sys/class/power_supply/BAT%d/uevent"
@ -64,12 +64,12 @@ cpu_temperature 0 {
} }
tztime local { tztime local {
format = "%Y-%m-%d %a %H:%M" format = " %d.%m.%y %a  %H:%M"
} }
volume master { volume master {
format = " %volume" format = " %volume"
format_muted = " %volume" format_muted = ": muted %volume"
device = "default" device = "default"
mixer = "Master" mixer = "Master"
mixer_idx = 0 mixer_idx = 0