-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.conkyrc
60 lines (57 loc) · 1.76 KB
/
.conkyrc
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
--[[
total_run_times 0
minimum_size 250 150
maximum_width 520
# gap_x 1120
# gap_y 850
# gap_x 50
# gap_y 50
override_utf8_locale yes
TEXT
${color1}${font Helvetica:pixelsize=110}${time %H}${color2}:${color1}${time %M}${font}${voffset -65}${offset 10}${color3}${font Helvetica:pixelsize=32}${time %d} ${font Helvetica:pixelsize=32}${time %b} ${time %Y}${font}${voffset 20}${font Helvetica:pixelsize=42}${offset -178}${time %A}${font}
--]]
conky.config = {
use_xft = true,
xinerama_head = 2,
xftalpha = 0.1,
own_window = true,
own_window_transparent = true,
own_window_type = 'override',
double_buffer = true,
alignment = 'top_right',
update_interval = 1.0,
cpu_avg_samples = 2,
net_avg_samples = 2,
show_graph_scale = false,
show_graph_range = false,
no_buffers = true,
out_to_console = false,
out_to_stderr = false,
extra_newline = false,
uppercase = false,
font = 'DejaVu Sans Mono:size=12',
background = false,
draw_borders = false,
draw_graph_borders = false,
draw_outline = false,
draw_shades = false,
stippled_borders = 0,
gap_x = -100,
gap_y = 80,
minimum_height = 150,
minimum_width = 250,
border_width = 1,
use_spacer = 'none',
default_color = '222222',
default_outline_color = 'C3C3C3',
default_shade_color = '36333E',
--- Hour/minutes
color1 = '353A24',
--- Dots
color2 = '43565D',
--- Date
color3 = '43565D',
}
conky.text = [[
${color1}${font Helvetica:pixelsize=110}${time %H}${color2}:${color1}${time %M}${font}${voffset -65}${offset 10}${color3}${font Helvetica:pixelsize=32}${time %d} ${font Helvetica:pixelsize=32}${time %b} ${time %Y}${font}${voffset 20}${font Helvetica:pixelsize=42}${offset -178}${time %A}${font}
]]