From 3b72bd2cd4876a99f62834f6f9fbce6859e72cb7 Mon Sep 17 00:00:00 2001 From: BardofSprites Date: Sun, 16 Mar 2025 17:42:39 -0400 Subject: conky showing agenda --- conky/.config/conky/conky.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conky/.config/conky/conky.conf (limited to 'conky/.config') diff --git a/conky/.config/conky/conky.conf b/conky/.config/conky/conky.conf new file mode 100644 index 0000000..7bab97b --- /dev/null +++ b/conky/.config/conky/conky.conf @@ -0,0 +1,24 @@ +conky.config = { + update_interval = 10, + double_buffer = true, + alignment = 'bottom_left', + gap_x = 30, + gap_y = 30, + minimum_width = 500, + maximum_height = 250, + + own_window = true, + own_window_type = 'dock', + own_window_colour = '#181818', + own_window_hints = 'below,undecorated,sticky,skip_taskbar,skip_pager', + + use_xft = true, + font = 'Iosevka Comfy:size=12', + default_color = '#e4e4e4', + color1='#cc8c3c' +} + +conky.text = [[ +${color1}Org Agenda:${color} +${execpi 300 ~/.local/bin/scripts/emacs/show-agenda.sh} +]] -- cgit v1.2.3