i3status-rs: use default intervals

This commit is contained in:
Felix Buehler 2023-08-12 23:05:38 +02:00
parent 8c813665a7
commit f4cb3915cc

View file

@ -46,7 +46,6 @@ format_alt = " $icon $min min, $max max, $average avg "
[[block]] [[block]]
block = "cpu" block = "cpu"
interval = 1
[[block]] [[block]]
block = "load" block = "load"
@ -80,7 +79,6 @@ short = " $icon $timestamp.datetime(f:%R) "
block = "custom" block = "custom"
command = "if pgrep -x \"syncthing\" > /dev/null; then echo '{\"icon\":\"\",\"state\":\"Info\", \"text\": \"\"}'; else echo '{\"icon\":\"\",\"state\":\"Warning\", \"text\": \"\"}'; fi" command = "if pgrep -x \"syncthing\" > /dev/null; then echo '{\"icon\":\"\",\"state\":\"Info\", \"text\": \"\"}'; else echo '{\"icon\":\"\",\"state\":\"Warning\", \"text\": \"\"}'; fi"
json = true json = true
interval = 3
[[block.click]] [[block.click]]
button = "left" button = "left"
cmd = "xdg-open http://localhost:8384" cmd = "xdg-open http://localhost:8384"