diff options
author | Yigit Sever | 2019-03-22 18:56:24 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-22 18:56:24 +0300 |
commit | 71e93ac74c50ee90230affded4db4afc7b656e37 (patch) | |
tree | 849aab9fad547f6da764bca468aea9133c19c9a0 | |
parent | b165d80d9dd280e4b503d614271833276c91dc4d (diff) | |
download | dotfiles-71e93ac74c50ee90230affded4db4afc7b656e37.tar.gz dotfiles-71e93ac74c50ee90230affded4db4afc7b656e37.tar.bz2 dotfiles-71e93ac74c50ee90230affded4db4afc7b656e37.zip |
Mobile conky changes
-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 | ]] |