diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-01-02 21:52:58 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-01-02 21:52:58 -0200 |
commit | a98374f0050c60ef2313db3283192a3a9563b4f4 (patch) | |
tree | e9e359674b4663c5f4b4ec1771beaf8e577beb13 | |
parent | fbbd54035dad69a31a8b908fc1c9b84c50104093 (diff) | |
download | conky-a98374f0050c60ef2313db3283192a3a9563b4f4.tar.gz conky-a98374f0050c60ef2313db3283192a3a9563b4f4.tar.bz2 |
Increase update_interval to 60 at the status instance
-rw-r--r-- | conky.dot.link/status/conkyrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conky.dot.link/status/conkyrc b/conky.dot.link/status/conkyrc index 34d3d20..6386a25 100644 --- a/conky.dot.link/status/conkyrc +++ b/conky.dot.link/status/conkyrc @@ -9,7 +9,7 @@ conky.config = { font = 'Terminus:size=8', -- Update interval in seconds - update_interval = 30.0, + update_interval = 60.0, -- Create own window instead of using desktop (required in nautilus) --own_window = false, |