ENH add commented code for eventual xmonad setup
This commit is contained in:
parent
f5dae615f5
commit
d8bd989e3d
|
@ -3,13 +3,13 @@ conky.config = {
|
||||||
|
|
||||||
--adjust cpu dial sensitivity (1-14)
|
--adjust cpu dial sensitivity (1-14)
|
||||||
cpu_avg_samples = 4,
|
cpu_avg_samples = 4,
|
||||||
net_avg_samples = 14,
|
net_avg_samples = 1,
|
||||||
|
|
||||||
out_to_console = false,
|
out_to_console = false,
|
||||||
|
|
||||||
own_window = true,
|
own_window = true,
|
||||||
own_window_class = 'conky',
|
--own_window_type = 'override',
|
||||||
own_window_type = 'override',
|
own_window_type = 'desktop',
|
||||||
own_window_transparent = true,
|
own_window_transparent = true,
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue