From 5d7dd9acc7bb48db7854e480774ac6b749cbedf8 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 1 Sep 2021 23:50:26 +0200 Subject: [PATCH] skel: conkyrc: add thundercal script (disabled by default) --- config/includes.chroot/etc/skel/.conkyrc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/config/includes.chroot/etc/skel/.conkyrc b/config/includes.chroot/etc/skel/.conkyrc index 8680aff..1030f31 100644 --- a/config/includes.chroot/etc/skel/.conkyrc +++ b/config/includes.chroot/etc/skel/.conkyrc @@ -114,11 +114,12 @@ ${font Roboto:pixelsize=40}${time %H:%M}${font} # message of the day #${color1}NEWS ${color}${hr} #${font sans-serif:normal:size=8}${texeci 300 cat /etc/motd | fold -w55} - - - - - - - +# +### THUNDERBIRD EVENTS ### +#${color1}EVENTS ${color}${hr} +#${font Roboto:pixelsize=12}${execpi 35 /opt/conky-scripts/thundercal -l 5 events}${font} +# +### THUNDERBIRD TASKS ### +#${color1}TASKS ${color}${hr} +#${font Roboto:pixelsize=12}${execpi 30 /opt/conky-scripts/thundercal -l 5 tasks}${font}