Fix i3status

This commit is contained in:
Marco Thomas
2021-08-31 15:04:17 +02:00
parent a9095799fe
commit 8a55fc0c4b

View File

@@ -14,11 +14,11 @@ order += "volume master"
order += "tztime local"
load {
format = " %5min"
format = " %5min"
}
memory {
format = " %used"
format = " %used"
}
wireless _first_ {
@@ -27,8 +27,8 @@ wireless _first_ {
}
ethernet enp24s0 {
format_up = " %ip - %speed"
format_down = " enp24s0 down"
format_up = " %ip"
format_down = " enp24s0 down"
}
volume master {
@@ -52,6 +52,6 @@ battery all {
}
tztime local {
format = " %time |"
format_time = "%a %-d %b %H:%M"
format = " %time |"
format_time = "%a %-d %b %H:%M"
}