diff options
Diffstat (limited to '.config/conky/conky.conf##mobile.Linux.Luchs')
-rw-r--r-- | .config/conky/conky.conf##mobile.Linux.Luchs | 12 |
1 files changed, 8 insertions, 4 deletions
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 = { | |||
27 | out_to_console = false, | 27 | out_to_console = false, |
28 | out_to_stderr = false, | 28 | out_to_stderr = false, |
29 | extra_newline = false, | 29 | extra_newline = false, |
30 | own_window_hints = "undecorated,below,sticky,skip_taskbar,skip_pager", | ||
31 | own_window_transparent = false, | ||
32 | own_window_argb_visual = true, | ||
33 | own_window_argb_value = 200, | ||
34 | own_window_colour = '282828', | ||
30 | own_window = true, | 35 | own_window = true, |
31 | own_window_class = 'Conky', | 36 | own_window_class = 'Conky', |
32 | own_window_type = 'override', | 37 | own_window_type = "override", |
33 | own_window_transparent = true, | ||
34 | own_window_hints = 'below', | ||
35 | short_units = true, | 38 | short_units = true, |
36 | update_interval = 1.0, | 39 | update_interval = 1.0, |
37 | uppercase = false, | 40 | uppercase = false, |
@@ -53,6 +56,7 @@ conky.config = { | |||
53 | } | 56 | } |
54 | 57 | ||
55 | conky.text = [[ | 58 | conky.text = [[ |
59 | ${color4}${alignr} | ||
56 | ${color}${alignc}$sysname $kernel on $machine | 60 | ${color}${alignc}$sysname $kernel on $machine |
57 | ${color}${alignc}${exec whoami} @ $nodename | 61 | ${color}${alignc}${exec whoami} @ $nodename |
58 | ${color0}$hr${color} | 62 | ${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 | |||
83 | ${color0}calendar $stippled_hr${color} | 87 | ${color0}calendar $stippled_hr${color} |
84 | ${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}'/} | 88 | ${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}'/} |
85 | ${color0}latest xkcd $stippled_hr${color} | 89 | ${color0}latest xkcd $stippled_hr${color} |
86 | ${voffset 05}${alignc}${rss https://xkcd.com/rss.xml 10 item_title 0} | 90 | ${color4}${alignr} |
87 | ]] | 91 | ]] |