summaryrefslogtreecommitdiffstats
path: root/.config/conky
diff options
context:
space:
mode:
authorYigit Sever2019-03-22 18:54:15 +0300
committerYigit Sever2019-03-22 18:54:15 +0300
commitb165d80d9dd280e4b503d614271833276c91dc4d (patch)
tree9e9817335e3752e08d04c75a0dd10e98725c92c2 /.config/conky
parentbea7c0bbc4ea2da7fa512ed69412a0f3197fb85e (diff)
downloaddotfiles-b165d80d9dd280e4b503d614271833276c91dc4d.tar.gz
dotfiles-b165d80d9dd280e4b503d614271833276c91dc4d.tar.bz2
dotfiles-b165d80d9dd280e4b503d614271833276c91dc4d.zip
Revert "Mobile related various changes"
This reverts commit bea7c0bbc4ea2da7fa512ed69412a0f3197fb85e.
diffstat (limited to '.config/conky')
-rw-r--r--.config/conky/conky.conf##mobile.Linux.Luchs7
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/conky/conky.conf##mobile.Linux.Luchs b/.config/conky/conky.conf##mobile.Linux.Luchs
index f9d1307..aabd64c 100644
--- a/.config/conky/conky.conf##mobile.Linux.Luchs
+++ b/.config/conky/conky.conf##mobile.Linux.Luchs
@@ -1,5 +1,5 @@
1conky.config = { 1conky.config = {
2 alignment = 'top_left', 2 alignment = 'top_right',
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 = 'FuraCode Nerd Font Mono:size=9', 18 font = 'Fira Code Medium:size=9',
19 19
20 gap_x = 15, 20 gap_x = 15,
21 gap_y = 45, 21 gap_y = 35,
22 22
23 minimum_height = 5, 23 minimum_height = 5,
24 minimum_width = 5, 24 minimum_width = 5,
@@ -86,5 +86,6 @@ ${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}
89${color4}${alignr} 90${color4}${alignr}
90]] 91]]