]> gitweb.fluxo.info Git - rhatto/dotfiles/conky.git/commitdiff
Draw main conky on its own window
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Aug 2017 00:52:33 +0000 (21:52 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 24 Aug 2017 00:52:33 +0000 (21:52 -0300)
conkyrc.dot.link

index 1b3b1025a343b114e939e9bbe41289cb26d70473..0c9b0bcb1f281ef48ed54082dd81645a687faa9e 100644 (file)
@@ -36,7 +36,12 @@ conky.config = {
   update_interval = 5.0,
 
   -- Create own window instead of using desktop (required in nautilus)
-  own_window = false,
+  own_window             = true,
+  own_window_type        = 'override',
+  own_window_transparent = true,
+  own_window_hints       = 'undecorated,below,sticky,skip_taskbar,skip_pager',
+  own_window_argb_visual = true,
+  own_window_colour      = '1C1C1C',
 
   -- Use double buffering (reduces flicker, may not work for everyone)
   double_buffer = true,