[i3status-rs] update to new version

This commit is contained in:
Felix Buehler 2021-06-01 13:16:01 +02:00
parent 810bcd618c
commit fb2a11a5f2

View file

@ -1,12 +1,12 @@
[theme] [theme]
name = "plain" name = "plain"
[theme.overrides] [theme.overrides]
separator = ""
good_bg = "#0C0C0D" good_bg = "#0C0C0D"
info_bg = "#0C0C0D" info_bg = "#0C0C0D"
idle_bg = "#0C0C0D" idle_bg = "#0C0C0D"
warning_bg = "#0C0C0D" warning_bg = "#0C0C0D"
critical_bg = "#0C0C0D" critical_bg = "#0C0C0D"
separator_bg = "#0C0C0D"
[icons] [icons]
name = "awesome5" name = "awesome5"
@ -14,12 +14,12 @@ name = "awesome5"
[[block]] [[block]]
block = "disk_space" block = "disk_space"
path = "/" path = "/"
alias = "" format = "{available}"
[[block]] [[block]]
block = "disk_space" block = "disk_space"
path = "/home" path = "/home"
alias = "" format = "{available}"
alert_absolute = true alert_absolute = true
[[block]] [[block]]
@ -30,12 +30,12 @@ interface_name_exclude = ["br\\-[0-9a-f]{12}", "docker\\d+"]
[[block]] [[block]]
block = "memory" block = "memory"
format_mem = "{Mup}%" format_mem = "{mem_used_percents}"
format_swap = "{SUp}%" format_swap = "{swap_used_percents}"
[[block]] [[block]]
block = "temperature" block = "temperature"
format = "{max}°C" format = "{max}"
[[block]] [[block]]
block = "cpu" block = "cpu"
@ -45,7 +45,7 @@ block = "load"
[[block]] [[block]]
block = "battery" block = "battery"
format = "{percentage}% {time}" format = "{percentage} {time}"
[[block]] [[block]]
block = "bluetooth" block = "bluetooth"