summaryrefslogtreecommitdiffstats
path: root/.config/conky
diff options
context:
space:
mode:
authorYigit Sever2019-03-21 23:39:44 +0300
committerYigit Sever2019-03-21 23:39:44 +0300
commitf2d5aab582154e0dfe2bd0c27fb2fae38918f300 (patch)
tree2adfe18174373a549b33ecbcfbdfe93a878a1f0c /.config/conky
parent2146519a1fdc0a9949f54130248318e2c248389d (diff)
parent0a11f9d100240a3bc9e4b6e638fd8ba6aae10038 (diff)
downloaddotfiles-f2d5aab582154e0dfe2bd0c27fb2fae38918f300.tar.gz
dotfiles-f2d5aab582154e0dfe2bd0c27fb2fae38918f300.tar.bz2
dotfiles-f2d5aab582154e0dfe2bd0c27fb2fae38918f300.zip
Merge branch 'master' of 207.154.210.186:/home/yigit/dots
diffstat (limited to '.config/conky')
-rw-r--r--.config/conky/conky.conf##desktop.Linux.Maus9
1 files changed, 7 insertions, 2 deletions
diff --git a/.config/conky/conky.conf##desktop.Linux.Maus b/.config/conky/conky.conf##desktop.Linux.Maus
index 16d87ee..b340c80 100644
--- a/.config/conky/conky.conf##desktop.Linux.Maus
+++ b/.config/conky/conky.conf##desktop.Linux.Maus
@@ -18,7 +18,7 @@ conky.config = {
18 font = 'FuraCode Nerd Font Mono:size=10', 18 font = 'FuraCode Nerd Font Mono:size=10',
19 19
20 gap_x = 1200, 20 gap_x = 1200,
21 gap_y = 35, 21 gap_y = 150,
22 22
23 minimum_height = 5, 23 minimum_height = 5,
24 minimum_width = 5, 24 minimum_width = 5,
@@ -30,8 +30,11 @@ conky.config = {
30 own_window = true, 30 own_window = true,
31 own_window_class = 'Conky', 31 own_window_class = 'Conky',
32 own_window_type = 'override', 32 own_window_type = 'override',
33 own_window_transparent = true, 33 own_window_transparent = false,
34 own_window_hints = 'below,undecorated,skip_taskbar,skip_pager,sticky', 34 own_window_hints = 'below,undecorated,skip_taskbar,skip_pager,sticky',
35 own_window_argb_visual = true,
36 own_window_argb_value = 200,
37 own_window_colour = '282828',
35 short_units = true, 38 short_units = true,
36 update_interval = 1.0, 39 update_interval = 1.0,
37 uppercase = false, 40 uppercase = false,
@@ -54,6 +57,7 @@ conky.config = {
54} 57}
55 58
56conky.text = [[ 59conky.text = [[
60${color4}${alignr}
57${color}${alignc}$sysname $kernel on $machine 61${color}${alignc}$sysname $kernel on $machine
58${color}${alignc}${exec whoami} @ $nodename 62${color}${alignc}${exec whoami} @ $nodename
59${color0}$hr${color} 63${color0}$hr${color}
@@ -98,4 +102,5 @@ ${voffset 1}
98${color0}$stippled_hr${color} 102${color0}$stippled_hr${color}
99${voffset 1} 103${voffset 1}
100${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}'/} 104${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}'/}
105${color4}${alignr}
101]] 106]]