aboutsummaryrefslogtreecommitdiff
path: root/conkyrc
blob: d4191d2659a41f09e3e9b0258a98018c9adcd7f6 (plain)
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
conky.config = {
    minimum_height = 720,
    minimum_width = 1240,
    gap_y = 40,
    gap_x = 2,
    alignment = 'middle_middle',
    lua_load = "settings.lua start.lua",
    lua_draw_hook_pre = "main",
    text_buffer_size = 2048,
    double_buffer = true,
    background = true,
    update_interval = 1,
    own_window = true,
    own_window_class = 'Conky',
    own_window_type = 'normal',
    own_window_transparent = true,
    own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',
    own_window_argb_visual = true,
    own_window_argb_value = 0,
    use_xft = true,
    override_utf8_locale = true,
}

conky.text = [[]]