diff options
author | Yigit Sever | 2019-03-22 18:20:17 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-22 18:20:17 +0300 |
commit | bea7c0bbc4ea2da7fa512ed69412a0f3197fb85e (patch) | |
tree | b9cc6e3a4d55e553be51e215c724a9987cba81f1 /.config/conky/conky.conf##mobile.Linux.Luchs | |
parent | c4248a629cdab30d1efbc44b22a9aa7fe2d82e6f (diff) | |
download | dotfiles-bea7c0bbc4ea2da7fa512ed69412a0f3197fb85e.tar.gz dotfiles-bea7c0bbc4ea2da7fa512ed69412a0f3197fb85e.tar.bz2 dotfiles-bea7c0bbc4ea2da7fa512ed69412a0f3197fb85e.zip |
Mobile related various changes
Diffstat (limited to '.config/conky/conky.conf##mobile.Linux.Luchs')
-rw-r--r-- | .config/conky/conky.conf##mobile.Linux.Luchs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.config/conky/conky.conf##mobile.Linux.Luchs b/.config/conky/conky.conf##mobile.Linux.Luchs index aabd64c..f9d1307 100644 --- a/.config/conky/conky.conf##mobile.Linux.Luchs +++ b/.config/conky/conky.conf##mobile.Linux.Luchs | |||
@@ -1,5 +1,5 @@ | |||
1 | conky.config = { | 1 | conky.config = { |
2 | alignment = 'top_right', | 2 | alignment = 'top_left', |
3 | background = true, | 3 | background = true, |
4 | 4 | ||
5 | draw_borders = false, | 5 | draw_borders = false, |
@@ -15,10 +15,10 @@ conky.config = { | |||
15 | draw_outline = false, | 15 | draw_outline = false, |
16 | draw_shades = true, | 16 | draw_shades = true, |
17 | use_xft = true, | 17 | use_xft = true, |
18 | font = 'Fira Code Medium:size=9', | 18 | font = 'FuraCode Nerd Font Mono:size=9', |
19 | 19 | ||
20 | gap_x = 15, | 20 | gap_x = 15, |
21 | gap_y = 35, | 21 | gap_y = 45, |
22 | 22 | ||
23 | minimum_height = 5, | 23 | minimum_height = 5, |
24 | minimum_width = 5, | 24 | minimum_width = 5, |
@@ -86,6 +86,5 @@ ${color0}forecast $stippled_hr${color} | |||
86 | ${voffset 05}${texeci 1800 curl -s wttr.in/ank | sed -n '3,7{s/\d27\[[0-9;]*m//g;s/^..//;s/ *$//;p}'} | 86 | ${voffset 05}${texeci 1800 curl -s wttr.in/ank | sed -n '3,7{s/\d27\[[0-9;]*m//g;s/^..//;s/ *$//;p}'} |
87 | ${color0}calendar $stippled_hr${color} | 87 | ${color0}calendar $stippled_hr${color} |
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}'/} | 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}'/} |
89 | ${color0}latest xkcd $stippled_hr${color} | ||
90 | ${color4}${alignr} | 89 | ${color4}${alignr} |
91 | ]] | 90 | ]] |