From 456543d37f46ffdf274013ae56713e931a85d3b3 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 15 Sep 2021 15:57:06 -0500 Subject: [PATCH] Minor edits to conky configs. --- .config/conky/doomone-qtile.conkyrc | 4 ++-- .config/conky/doomone-xmonad.conkyrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/conky/doomone-qtile.conkyrc b/.config/conky/doomone-qtile.conkyrc index 3546528..2206141 100644 --- a/.config/conky/doomone-qtile.conkyrc +++ b/.config/conky/doomone-qtile.conkyrc @@ -73,8 +73,8 @@ conky.config = { own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop 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; default conky "hostname" - own_window_type = 'desktop', -- if own_window true options are: normal/override/dock/desktop/panel + own_window_title = 'qtile_conky', -- set the name manually + 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) diff --git a/.config/conky/doomone-xmonad.conkyrc b/.config/conky/doomone-xmonad.conkyrc index 2af47a2..936fd61 100644 --- a/.config/conky/doomone-xmonad.conkyrc +++ b/.config/conky/doomone-xmonad.conkyrc @@ -73,7 +73,7 @@ conky.config = { own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop 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; default conky "hostname" + 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_hints = 'undecorated,below,above,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it