Fix i3status-conf indentation

This commit is contained in:
Vili Sinervä 2024-07-12 16:47:46 +03:00
parent 41324168ca
commit a513df47d2
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

48
i3.nix
View file

@ -7,12 +7,12 @@ let
# If the above line is not correctly displayed, fix your editor first!
general {
output_format = "i3bar"
colors = true
interval = 1
color_good = "#2AA198"
color_bad = "#586E75"
color_degraded = "#DC322F"
output_format = "i3bar"
colors = true
interval = 1
color_good = "#2AA198"
color_bad = "#586E75"
color_degraded = "#DC322F"
}
order += "battery all"
@ -25,45 +25,45 @@ let
order += "tztime helsinki"
battery all {
format = " %status %percentage (%remaining @ %consumption) "
format_down = ""
last_full_capacity = true
integer_battery_capacity = true
low_threshold = 30
threshold_type = time
format = " %status %percentage (%remaining @ %consumption) "
format_down = ""
last_full_capacity = true
integer_battery_capacity = true
low_threshold = 30
threshold_type = time
}
cpu_usage {
format = " CPU %usage "
format = " CPU %usage "
}
memory {
format = " RAM %used / %total "
threshold_degraded = "10%"
format = " RAM %used / %total "
threshold_degraded = "10%"
}
ethernet _first_ {
format_up = " LAN: %ip "
format_down = " No LAN "
format_up = " LAN: %ip "
format_down = " No LAN "
}
wireless _first_ {
format_up = " %quality%essid: %ip "
format_down = ""
format_up = " %quality%essid: %ip "
format_down = ""
}
disk "/" {
format = " %avail "
format = " %avail "
}
tztime local {
format = " %Y-%m-%d %H:%M:%S "
format = " %Y-%m-%d %H:%M:%S "
}
tztime helsinki {
format = " (HEL %H:%M) "
timezone = "Europe/Helsinki"
hide_if_equals_localtime = true
format = " (HEL %H:%M) "
timezone = "Europe/Helsinki"
hide_if_equals_localtime = true
}
''}";
in