mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
i3status-rs: use default intervals
This commit is contained in:
parent
8c813665a7
commit
f4cb3915cc
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue