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:
parent
cabe73601d
commit
1d700f2484
1 changed files with 8 additions and 3 deletions
|
@ -11,9 +11,6 @@ separator = "|"
|
||||||
separator_fg = "#00cc00"
|
separator_fg = "#00cc00"
|
||||||
separator_bg = "#222222"
|
separator_bg = "#222222"
|
||||||
|
|
||||||
[[block]]
|
|
||||||
block = "uptime"
|
|
||||||
|
|
||||||
[[block]]
|
[[block]]
|
||||||
block = "weather"
|
block = "weather"
|
||||||
format = " $icon $weather $temp, $humidity, $wind m/s $direction "
|
format = " $icon $weather $temp, $humidity, $wind m/s $direction "
|
||||||
|
@ -50,6 +47,14 @@ alert = 90.0
|
||||||
info_type = "used"
|
info_type = "used"
|
||||||
format = " $icon $path $percentage "
|
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]]
|
||||||
block = "disk_space"
|
block = "disk_space"
|
||||||
path = "/home"
|
path = "/home"
|
||||||
|
|
Loading…
Reference in a new issue