-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.conkyrc_mid
90 lines (62 loc) · 1.5 KB
/
.conkyrc_mid
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
### Conky settings ###
background yes
update_interval 5
cpu_avg_samples 2
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
#text_buffer_size 2048
### Window specifications ###
own_window yes
#own_window_type conky
#own_window_transparent yes
own_window_argb_visual yes
own_window_argb_value 0
#own_window_class Conky
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_colour black
border_inner_margin 0
border_outer_margin 5
### Adjust Accoring to screen ###
minimum_size 300 768
#maximum_width 1366
alignment top_middle
gap_x 5
gap_y 30
### Graphics settings ###
draw_shades no
draw_outline no
draw_borders no
border_width 1
draw_graph_borders no
### Color settings ###
default_color gray
default_outline_color blue
default_shade_color blue
color2 59BFFF
# color4 1CBDBA
color4 ff0000
color5 CCCCCC
# color1 F3B171 #98BD5D #00f5ff
# color3 F3B171 #98BD5D #00f5ff
color1 A6D061 #98BD5D #00f5ff
color3 A6D061 #98BD5D #00f5ff
### Text settings ###
use_xft yes
#xftfont Monospace Regular:size=12
xftfont WenQuanYi Zen hei Mono:size=12
#xftalpha 0.5
uppercase no
temperature_unit celsius
short_units
stippled_borders 1
use_spacer right
show_graph_scale no
show_graph_range no
out_to_console no
out_to_stderr no
extra_newline no
TEXT
${color gray}${font :style=Bold:pixelsize=18}AGENDA$hr${font Monospace Regular:pixelsize=17}
${font WenQuanYi Zenhei Mono:size=11}${execi 600 emacs -batch -l ~/.emacs.d/init.el -eval '(org-batch-agenda "a")' 2>/dev/null}