From c69351590da229c00e7e381a47e1cfd799acee3a Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 16 Apr 2025 13:10:41 -0500 Subject: [PATCH] Cleaning up the conky. --- .config/conky/qtile/01/DoomOne.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/conky/qtile/01/DoomOne.conf b/.config/conky/qtile/01/DoomOne.conf index 389e1c8..3add5c9 100755 --- a/.config/conky/qtile/01/DoomOne.conf +++ b/.config/conky/qtile/01/DoomOne.conf @@ -1,6 +1,6 @@ --[[ ################################### -## doom-one-01.conkyrc (Qtile) ## +## conky-qtile-01 ## ################################### ]] @@ -69,14 +69,14 @@ conky.config = { xftalpha = 1, -- alpha of the xft font - between 0-1 --Windows - own_window = true, -- create your own window to draw - own_window_argb_value = 255, -- real transparency - composite manager required 0-255 - own_window_argb_visual = true, -- use ARGB - composite manager required - 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 = 'qtile_conky', -- set the name manually - own_window_type = 'override', -- if own_window true options are: normal/override/dock/desktop/panel + own_window = true, -- create your own window to draw + own_window_argb_value = 255, -- real transparency - composite manager required 0-255 + own_window_argb_visual = true, -- use ARGB - composite manager required + 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 = 'conky-qtile-01', -- 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 --COLOR CODE BEGIN--