diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2020-03-25 09:55:05 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2020-03-25 09:55:05 +0100 |
commit | 388deae66c6763e19a2237602865585879c45438 (patch) | |
tree | 73d490037c948b1bde01c4ccf1793292e3652206 | |
parent | ed25e7d46261852bc3769fc6f6846281275c3256 (diff) | |
download | configs-388deae66c6763e19a2237602865585879c45438.tar.gz configs-388deae66c6763e19a2237602865585879c45438.zip |
Added coronavirus module to i3blocks.
-rw-r--r-- | files/i3blocks/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/i3blocks/config b/files/i3blocks/config index c4616d9..5f02c41 100644 --- a/files/i3blocks/config +++ b/files/i3blocks/config @@ -5,6 +5,10 @@ markup=pango #command=shufEmoji.sh 1 #interval=once +[corona] +command=~/scripts/i3blocks/i3corona.sh +interval=once + [weather] command=~/scripts/i3blocks/i3weather.sh interval=once |