]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/conky/files/conkyrc
Optimise the conky display a little for size
[max/saltfiles.git] / states / conky / files / conkyrc
index 8e8fcc115bca963592e99d3bf4e9ac6d19132bcf..4d0fc31ade8276ad5f859d32abb02158700c06ef 100644 (file)
@@ -36,11 +36,11 @@ conky.text = [[
     {"full_text": "Pomodoro: ${exec cat ~/.local/share/pomodoro}", "color": "\#ea0501"},
   ${endif}
 {% if grains['host'] == 'barium' %}
-  {"full_text": "Last Tea: ${execi 120 tail -n 1 ~/.local/share/teatimer.log}s", "color": "\#ffffff"},
+  {"full_text": "Tea: ${execi 120 tail -n 1 ~/.local/share/teatimer.log}s", "color": "\#ffffff"},
 {% endif %}
-  {"full_text": "Home ${fs_free /home}", "color": "\#ffffff"},
-  {"full_text": "Root ${fs_free /root}", "color": "\#ffffff"},
-  {"full_text": "Disk r:${diskio_read} w:${diskio_write}", "color": "\#ffffff"},
+  {"full_text": "~ ${fs_free /home}", "color": "\#ffffff"},
+  {"full_text": "/ ${fs_free /root}", "color": "\#ffffff"},
+  {"full_text": "IO r:${diskio_read} w:${diskio_write}", "color": "\#ffffff"},
   {"full_text": "CPU ${cpu cpu0}%", "color": "\#ffffff"},
   {% for dev in ifdev %}
   ${if_match "${addr {{ dev }}}"!="No Address"}