Fixing issue with conky appearing on top of windows.

This commit is contained in:
Derek Taylor
2022-07-12 12:41:55 -05:00
parent 0ff2e8607d
commit 860321c7ae
20 changed files with 20 additions and 20 deletions

View File

@@ -77,7 +77,7 @@ conky.config = {
own_window_colour = '#282c34', -- set colour if own_window_transparent no
own_window_transparent = false, -- if own_window_argb_visual is true sets background opacity 0%
own_window_title = 'xmonad_conky', -- set the name manually
own_window_type = 'desktop', -- if own_window true options are: normal/override/dock/desktop/panel
own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel
own_window_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it
--Colors (Doom One)