From 986b5df9984cfc0f21bb83771fb5aa119e1123b3 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 22 Mar 2019 11:40:42 +0300 Subject: Mobile autostarts and parity --- .config/conky/conky.conf##desktop.Linux.Lowe | 1 + .config/conky/conky.conf##mobile.Linux.Luchs | 12 ++++++++---- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to '.config/conky') diff --git a/.config/conky/conky.conf##desktop.Linux.Lowe b/.config/conky/conky.conf##desktop.Linux.Lowe index 4d76176..f7c160c 100644 --- a/.config/conky/conky.conf##desktop.Linux.Lowe +++ b/.config/conky/conky.conf##desktop.Linux.Lowe @@ -94,4 +94,5 @@ ${voffset 05}${alignc}${font Lato Medium:size=11}${rss https://xkcd.com/rss.xml ${voffset 05}${color0}situation $stippled_hr${color} ${voffset 05}${offset 10}Checking${alignr}${offset -10}${color2}${texecpi 5 ~/.config/conky/scripts/ledger_parser.pl Checking}${color} ${voffset 05}${offset 10}Liabilities${alignr}${offset -10}${color4}${texecpi 5 ~/.config/conky/scripts/ledger_parser.pl Liabilities}${color} +${color4}${alignr} ]] diff --git a/.config/conky/conky.conf##mobile.Linux.Luchs b/.config/conky/conky.conf##mobile.Linux.Luchs index 0b2b90d..aabd64c 100644 --- a/.config/conky/conky.conf##mobile.Linux.Luchs +++ b/.config/conky/conky.conf##mobile.Linux.Luchs @@ -27,11 +27,14 @@ conky.config = { out_to_console = false, out_to_stderr = false, extra_newline = false, + own_window_hints = "undecorated,below,sticky,skip_taskbar,skip_pager", + own_window_transparent = false, + own_window_argb_visual = true, + own_window_argb_value = 200, + own_window_colour = '282828', own_window = true, own_window_class = 'Conky', - own_window_type = 'override', - own_window_transparent = true, - own_window_hints = 'below', + own_window_type = "override", short_units = true, update_interval = 1.0, uppercase = false, @@ -53,6 +56,7 @@ conky.config = { } conky.text = [[ +${color4}${alignr} ${color}${alignc}$sysname $kernel on $machine ${color}${alignc}${exec whoami} @ $nodename ${color0}$hr${color} @@ -83,5 +87,5 @@ ${voffset 05}${texeci 1800 curl -s wttr.in/ank | sed -n '3,7{s/\d27\[[0-9;]*m//g ${color0}calendar $stippled_hr${color} ${voffset 05}${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}'/} ${color0}latest xkcd $stippled_hr${color} -${voffset 05}${alignc}${rss https://xkcd.com/rss.xml 10 item_title 0} +${color4}${alignr} ]] -- cgit v1.2.3-70-g09d2