diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-23 21:52:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-23 21:52:33 -0300 |
commit | b57ccac51ae182878cc200d8967c2fbb082bb7db (patch) | |
tree | 2fcd4f490e50b843e5cbd4fc10c88276b5934215 | |
parent | 9e2c35ebe318d8b8ac95107bec32f5a405ba2d83 (diff) | |
download | conky-b57ccac51ae182878cc200d8967c2fbb082bb7db.tar.gz conky-b57ccac51ae182878cc200d8967c2fbb082bb7db.tar.bz2 |
Draw main conky on its own window
-rw-r--r-- | conkyrc.dot.link | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conkyrc.dot.link b/conkyrc.dot.link index 1b3b102..0c9b0bc 100644 --- a/conkyrc.dot.link +++ b/conkyrc.dot.link @@ -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, |