diff options
author | Yigit Sever | 2019-03-21 23:35:54 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-21 23:35:54 +0300 |
commit | e3cb3a282891ec0447530e7ca9764e109d3b00ad (patch) | |
tree | 2c22f8ad9e49f9a06d2ac74ed115568ce9dbc9a0 /.config | |
parent | fd113d74d4f2162364e245ab90f4e378e55be992 (diff) | |
download | dotfiles-e3cb3a282891ec0447530e7ca9764e109d3b00ad.tar.gz dotfiles-e3cb3a282891ec0447530e7ca9764e109d3b00ad.tar.bz2 dotfiles-e3cb3a282891ec0447530e7ca9764e109d3b00ad.zip |
Conky cork board phase
Diffstat (limited to '.config')
-rw-r--r-- | .config/conky/conky.conf##desktop.Linux.Maus | 9 |
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 | ||
56 | conky.text = [[ | 59 | conky.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 | ]] |