-
Notifications
You must be signed in to change notification settings - Fork 2
/
.conkyrc
37 lines (28 loc) · 797 Bytes
/
.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
-- carriejv conky config
-- github.com/carriejv/dotfiles/
conky.config = {
background = false,
update_interval = 1,
update_interval_on_battery = 1,
double_buffer = true,
no_buffers = true,
text_buffer_size = 2048,
gap_x = 0,
gap_y = 0,
minimum_width = 1920, minimum_height = 1080,
maximum_width = 1920,
own_window = true,
own_window_type = 'override',
own_window_argb_visual = true,
own_window_transparent = true,
own_window_hints = 'below,undecorated,skip_taskbar,skip_pager',
own_window_title = 'clicky',
alignment = 'top_left',
draw_shades = true,
override_utf8_locale = true,
format_human_readable = true,
lua_load = '/home/alex/dotfile/.conky/conky-2020.lua',
lua_draw_hook_pre = 'conky_main',
};
conky.text = [[
]];