also update this to accomodate startup rendering
This commit is contained in:
parent
e8784b46ed
commit
7dde7151a3
|
@ -8,7 +8,8 @@ conky.config = {
|
|||
out_to_console = false,
|
||||
|
||||
own_window = true,
|
||||
own_window_type = 'desktop',
|
||||
own_window_class = 'conky',
|
||||
own_window_type = 'override',
|
||||
own_window_transparent = true,
|
||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||
|
||||
|
@ -27,7 +28,8 @@ conky.config = {
|
|||
|
||||
--Lua Load
|
||||
lua_load = '~/.local/share/conky/main.lua',
|
||||
lua_draw_hook_pre = 'main'
|
||||
lua_startup_hook = 'startup',
|
||||
lua_draw_hook_post = 'main'
|
||||
}
|
||||
|
||||
--control updates entirely in lua
|
||||
|
|
Loading…
Reference in New Issue