From e3cb3a282891ec0447530e7ca9764e109d3b00ad Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 21 Mar 2019 23:35:54 +0300 Subject: Conky cork board phase --- .config/conky/conky.conf##desktop.Linux.Maus | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.config/conky') diff --git a/.config/conky/conky.conf##desktop.Linux.Maus b/.config/conky/conky.conf##desktop.Linux.Maus index 16d87ee..b340c80 100644 --- a/.config/conky/conky.conf##desktop.Linux.Maus +++ b/.config/conky/conky.conf##desktop.Linux.Maus @@ -18,7 +18,7 @@ conky.config = { font = 'FuraCode Nerd Font Mono:size=10', gap_x = 1200, - gap_y = 35, + gap_y = 150, minimum_height = 5, minimum_width = 5, @@ -30,8 +30,11 @@ conky.config = { own_window = true, own_window_class = 'Conky', own_window_type = 'override', - own_window_transparent = true, + own_window_transparent = false, own_window_hints = 'below,undecorated,skip_taskbar,skip_pager,sticky', + own_window_argb_visual = true, + own_window_argb_value = 200, + own_window_colour = '282828', short_units = true, update_interval = 1.0, uppercase = false, @@ -54,6 +57,7 @@ conky.config = { } conky.text = [[ +${color4}${alignr} ${color}${alignc}$sysname $kernel on $machine ${color}${alignc}${exec whoami} @ $nodename ${color0}$hr${color} @@ -98,4 +102,5 @@ ${voffset 1} ${color0}$stippled_hr${color} ${voffset 1} ${execp TODAY=`date +%_d`; cal | tail -n+2 | sed -e '1 s:.*:\${color3}&\${color6}:' -e '1 s:'"$(date +%a |cut -c 1-2)"':\${color4}&\${color5}:' -e '0,/'"$TODAY"'/{s/'"$TODAY"'/\${color7}'"$TODAY"'\${color8}/}' | sed s/^/'${alignc}'/} +${color4}${alignr} ]] -- cgit v1.2.3-70-g09d2