Update i3status-rs configs

This commit is contained in:
finga 2023-04-19 16:09:56 +02:00
parent 5eb19a39ea
commit e68f01d1a7
2 changed files with 77 additions and 58 deletions

View file

@ -1,5 +1,5 @@
[icons]
icons = "awesome"
icons = "awesome4"
[theme]
theme = "solarized-dark"
@ -13,45 +13,40 @@ separator_bg = "#222222"
[[block]]
block = "sound"
driver = "pulseaudio"
[[block]]
block = "uptime"
[[block]]
block = "memory"
display_type = "memory"
format_mem = "$mem_total_used_percents.eng(3)"
clickable = false
format = " $icon $mem_used_percents.eng(w:3) "
[[block]]
block = "memory"
display_type = "swap"
format_swap = "$swap_used_percents.eng(3)"
clickable = false
format = " $icon_swap $swap_used_percents.eng(w:3) "
[[block]]
block = "cpu"
interval = 1
format = "$barchart $utilization"
format = " $icon $barchart $utilization $frequency.eng(w:4) "
[[block]]
block = "temperature"
collapsed = false
format = "$min min, $max max, $average avg"
chip = "*-isa-*"
format = " $icon $min min, $max max, $average avg "
[[block]]
block = "load"
format = "$1m.eng(4) $5m.eng(4) $15m.eng(4)"
format = " $icon $1m.eng(w:4) $5m.eng(w:4) $15m.eng(w:4) "
[[block]]
block = "time"
interval = 1
format = "%Y-%m-%d %a (%Z) %H:%M:%S"
format = " $icon $timestamp.datetime(f:'%F (%Z) %T') "
timezone = "Europe/Vienna"
[[block]]
block = "time"
interval = 1
format = "(%Z) %H:%M:%S"
format = " $icon $timestamp.datetime(f:'(%Z) %T') "
timezone = "Etc/UTC"