i3status-rs: Update config to latest version

This commit is contained in:
finga 2022-09-03 23:24:28 +02:00
parent c04fb921f4
commit fbc7fa4d94
1 changed files with 21 additions and 8 deletions

View File

@ -1,7 +1,8 @@
[icons]
icons = "awesome"
[theme]
name = "solarized-dark"
theme = "solarized-dark"
[theme.overrides]
idle_fg = "#00cc00"
@ -13,38 +14,50 @@ separator_bg = "#222222"
[[block]]
block = "sound"
# [[block]]
# block = "net"
# device = "enp0s25"
# format = "{ip} {speed_down} {speed_up}"
[[block]]
block = "net"
device = "enp0s25"
format = "{ip} {speed_down} {speed_up}"
# device = "wlp2s0"
# format = "{ip} {speed_down} {speed_up}"
# format = "{ip} {speed_down} {speed_up} {ssid} {signal_strength}"
format = "{$signal_strength $speed_down.eng() $speed_up.eng() |Wired connection} via $device"
[[block]]
block = "memory"
display_type = "memory"
format_mem = "{Mup}%"
format_mem = "$mem_used_percents.eng()"
clickable = false
[[block]]
block = "memory"
display_type = "swap"
format_swap = "{SUp}%"
format_swap = "$swap_used_percents.eng()"
clickable = false
[[block]]
block = "cpu"
interval = 1
format = "{barchart} {utilization}% {frequency}GHz"
format = "$barchart.str() $utilization.eng() $frequency.eng()"
[[block]]
block = "temperature"
collapsed = false
format = "{min}° - {max}°: {average}°"
format = "$min - $max, ~$average|"
chip = "*-isa-*"
[[block]]
block = "load"
interval = 1
format = "{1m} {5m} {15m}"
format = "$1m.eng() $5m.eng() $15m.eng()"
[[block]]
block = "battery"
format = "$percentage $time"
[[block]]
block = "time"