summaryrefslogtreecommitdiff
path: root/conf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'conf.yaml')
-rw-r--r--conf.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/conf.yaml b/conf.yaml
index 7416c97..4ce9b8f 100644
--- a/conf.yaml
+++ b/conf.yaml
@@ -1,4 +1,12 @@
+# Typical plugin properties:
+# - name: plugin name (always required, all other properties are optional)
+# - title: title representation on the panel
+# - hide_ok: false to force display value even if it is below problem threshold
+# - problem: a threshold value to make a value urgent and / or display
+# the value on the panel
+
output_format: i3
+
plugins:
- name: ping
title: NET
@@ -6,15 +14,22 @@ plugins:
- de-ber-as20647.anchors.atlas.ripe.net
- nl-ams-as1101.anchors.atlas.ripe.net
- uk-boh-as196745.anchors.atlas.ripe.net
+ hide_ok: false
+
- name: disk
partition: /
problem: 80
hide_ok: false
+
- name: disk
partition: /home
problem: 90
+
- name: pacman
+
- name: mem
+
- name: load
+
- name: date
format: '%a %d %H:%M'