i3status-rs: Drop uptime in favor of disk usage

Drop uptime block on main monitor in favor of disk usage of `\boot`
and as uptime is shown on the right screen anyways.
This commit is contained in:
finga 2023-06-02 13:10:06 +02:00
parent cabe73601d
commit 1d700f2484

View file

@ -11,9 +11,6 @@ separator = "|"
separator_fg = "#00cc00"
separator_bg = "#222222"
[[block]]
block = "uptime"
[[block]]
block = "weather"
format = " $icon $weather $temp, $humidity, $wind m/s $direction "
@ -50,6 +47,14 @@ alert = 90.0
info_type = "used"
format = " $icon $path $percentage "
[[block]]
block = "disk_space"
path = "/boot"
warning = 75.0
alert = 85.0
info_type = "used"
format = " $icon $path $percentage "
[[block]]
block = "disk_space"
path = "/home"