forked from gvoze32/Mainte
-
Notifications
You must be signed in to change notification settings - Fork 3
/
background.conkyrc
executable file
·40 lines (39 loc) · 1.05 KB
/
background.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
conky.config = {
background = false,
font = 'Fantasque Sans Mono:size=10',
use_xft = true,
xftalpha = 0.5,
total_run_times = 0,
own_window = true,
own_window_transparent = true,
own_window_type = 'dock',
own_window_class = 'Conky',
own_window_argb_visual = true,
own_window_argb_value = 255,
own_window_colour = '#000',
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
double_buffer = true,
draw_shades = false,
draw_outline = false,
draw_borders = false,
draw_graph_borders = true,
stippled_borders = 0,
border_width = 0,
default_color = 'black',
default_shade_color = 'black',
default_outline_color = 'black',
alignment = 'top_left',
gap_x = 1600,
gap_y = 40,
no_buffers = true,
cpu_avg_samples = 2,
net_avg_samples = 2,
use_spacer = 'none',
uppercase = true,
override_utf8_locale = true,
minimum_width = 1024,
minimum_height = 740,
};
conky.text = [[
${offset 500}${image ./assets/background.png -s 280x679}
]];