-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.conkyrc
49 lines (47 loc) · 1.25 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
-- moltony's conky config
-- decided to use it as a time/date display
conky.config = {
alignment = 'top_left',
background = true,
border_width = 1,
cpu_avg_samples = 2,
default_color = 'white',
default_outline_color = 'white',
default_shade_color = 'black',
double_buffer = true,
draw_borders = false,
draw_graph_borders = true,
draw_outline = false,
draw_shades = false,
extra_newline = false,
font = 'Noto Sans:size=72',
gap_x = 60,
gap_y = 60,
minimum_height = 5,
minimum_width = 5,
net_avg_samples = 2,
no_buffers = true,
out_to_console = false,
out_to_ncurses = false,
out_to_stderr = false,
out_to_x = true,
own_window = true,
own_window_class = 'Conky',
own_window_type = 'override',
own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',
own_window_transparent = false,
own_window_argb_visual = true,
own_window_argb_value = 155,
show_graph_range = false,
show_graph_scale = false,
stippled_borders = 0,
update_interval = 1,
uppercase = false,
use_spacer = 'none',
use_xft = true,
}
conky.text = [[
${time %H:%M}${voffset -90}
${alignc}${font Noto Sans:size=12}${time %a %F}
${alignc}Uptime: ${uptime}
]]