Modifying qtile config to work on either X11 or wayland.

This commit is contained in:
Derek Taylor
2026-01-09 15:56:01 -06:00
parent 9ed8d90508
commit 4f6ac88aec
4 changed files with 70 additions and 24 deletions

View File

@@ -66,14 +66,16 @@ conky.config = {
--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_argb_visual = true, -- use ARGB - composite manager required
own_window_argb_value = 255, -- real transparency - composite manager required 0-255
own_window_colour = '#282c34', -- set colour if own_window_transparent no
own_window_class = 'Conky', -- manually set the WM_CLASS name for use with xprop
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
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', -- if own_window true - just hints - own_window_type sets it
# out_to_x = false,
# out_to_wayland = true,
--COLOR CODE BEGIN--
--Colorscheme: Doom One