mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 02:54:40 +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 = "cpu"
|
||||
interval = 1
|
||||
|
||||
[[block]]
|
||||
block = "load"
|
||||
|
@ -80,7 +79,6 @@ short = " $icon $timestamp.datetime(f:%R) "
|
|||
block = "custom"
|
||||
command = "if pgrep -x \"syncthing\" > /dev/null; then echo '{\"icon\":\"\",\"state\":\"Info\", \"text\": \"\"}'; else echo '{\"icon\":\"\",\"state\":\"Warning\", \"text\": \"\"}'; fi"
|
||||
json = true
|
||||
interval = 3
|
||||
[[block.click]]
|
||||
button = "left"
|
||||
cmd = "xdg-open http://localhost:8384"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue