diff options
author | Aaron Ball <nullspoon@oper.io> | 2020-11-12 09:54:40 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2020-11-12 09:54:40 -0700 |
commit | c3c41441948b856d39ba794bc2616f1bab0f6eed (patch) | |
tree | bfa833b91fc22397e2c23f2fe57533e7e6c80b43 /i3cstat.conf.sample | |
parent | e5d0257f562ae4ad0a29e4cd8160d655a6be4955 (diff) | |
download | i3cstat-c3c41441948b856d39ba794bc2616f1bab0f6eed.tar.gz i3cstat-c3c41441948b856d39ba794bc2616f1bab0f6eed.tar.xz |
Implement shell node type
This node block supports calling out to a shell program for a custom
status section. It reads the first line of stdout from whatever is
called.
Diffstat (limited to 'i3cstat.conf.sample')
-rw-r--r-- | i3cstat.conf.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/i3cstat.conf.sample b/i3cstat.conf.sample index d267e83..ad06dac 100644 --- a/i3cstat.conf.sample +++ b/i3cstat.conf.sample @@ -41,3 +41,8 @@ label = GMT: [date] tz = Greenwich + +[shell] +label = Stuff done: +script = /usr/bin/dostuff.sh +interval = 5 |