forked from alexbel/conky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.conf
56 lines (42 loc) · 1.16 KB
/
email.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
conky.config = {
background = true,
use_xft = true,
font = 'Liberation Mono:size=10',
xftalpha = 1,
own_window = true,
own_window_type = 'normal',
own_window_transparent = true,
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
own_window_argb_visual = true,
double_buffer = true,
draw_shades = false,
draw_outline = false,
draw_borders = false,
stippled_borders = 0,
border_width = 0,
draw_graph_borders = true,
default_color = '979797',
color0 = '467f77',
alignment = 'top_left',
no_buffers = true,
uppercase = false,
cpu_avg_samples = 1,
net_avg_samples = 1,
override_utf8_locale = true,
use_spacer = 'right',
text_buffer_size = 2048,
alignment = 'top_right',
gap_x = 0,
gap_y = 320,
minimum_width = 320,
minimum_height = 400,
maximum_width = 320,
update_interval = 600
}
conky.text = [[
${color0}Calendar ${hr 2}
${voffset 3}$color${execpi 3600 VinDSL_Cal_8=`date +%-d`; cal -m | sed -e '1d' -e 's/\<'"$VinDSL_Cal_8"'\>/${color orange}&${color}/'}
${color0}Gmail: ${hr 2}
$color${goto 20}${execpi 1800 ruby ./scripts/gmail.rb} new emails
# ${execpi 1800 ruby ./scripts/weather.rb}
]]