forked from takattila/Clock-With-Weather-Conky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.cfg
46 lines (32 loc) · 837 Bytes
/
app.cfg
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
conky.config = {
update_interval = 1,
background = false,
alignment = "REPLACE_CONFIG_ALIGNMENT",
border_width = 10,
border_inner_margin = 0,
border_outer_margin = 0,
draw_borders = false,
draw_graph_borders = false,
minimum_width = 745,
minimum_height = 250,
gap_x = REPLACE_CONFIG_POSITION_X,
gap_y = REPLACE_CONFIG_POSITION_Y,
override_utf8_locale = true,
double_buffer = true,
no_buffers = true,
text_buffer_size = 2048,
imlib_cache_size = 0,
own_window = true,
own_window_type = "normal",
own_window_transparent = true,
own_window_argb_visual = true,
own_window_hints = "undecorated,below,sticky,skip_taskbar,skip_pager",
draw_shades = true,
draw_outline = false,
use_xft = true,
xftalpha = 0.5,
uppercase = false,
lua_load = "main.lua",
lua_draw_hook_pre = "main",
};
conky.text = [[ ]];