-
Notifications
You must be signed in to change notification settings - Fork 8
/
conky.conf
73 lines (57 loc) · 1.07 KB
/
conky.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
conky.config = {
background=true,
update_interval=1,
double_buffer=true,
no_buffers=true,
imlib_cache_size=10,
draw_shades=false,
draw_outline=false,
draw_borders=false,
gap_x=40,
gap_y=0,
alignment="bottom_left",
minimum_height=300,
minimum_width=0,
own_window=true,
own_window_type="dock",
own_window_transparent=true,
own_window_hints="undecorated,below,sticky,skip_taskbar,skip_pager",
own_window_argb_visual=true,
own_window_argb_value=0,
use_xft=true,
xftalpha=1,
font="Droid Sans:size=10",
text_buffer_size=256,
override_utf8_locale=true,
default_color='FFFFFF',
color0='FFFFFF',
color1='FFFFFF',
}
conky.text = [[
\
\
\
\
${font Product Sans:weight=Bold:size=45}${color0}\
${time %I:%M}\
${font Product Sand:weight=Bold:size=15}${color0}\
${time %p}
${voffset -10}
${voffset -30}
${font Product Sans:weight=Bold:size=20}${color0}\
${time %d %B, %Y}\
${voffset -5}
${font Product Sans:weight=Bold:size=15}${color0}\
CPU usage: ${cpu cpu0}% Storage: ${fs_free /} free\
${voffset 3}
${font Product Sans:weight=Bold:size=15}${color0}\
RAM usage: ${mem}\
\
\
\
\
\
\
\
\
]]