diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-01-20 20:56:07 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-01-20 20:56:07 -0300 |
commit | b8a6ddb606d03e93e5031e068651bf187cfb6271 (patch) | |
tree | 7411a0cfe9677f0661f75fc95ad4f457feb7ca4c /conky.dot.link/status/conkyrc | |
parent | a28ff3387e5d862f0a3da964f006fa3071abb103 (diff) | |
download | conky-b8a6ddb606d03e93e5031e068651bf187cfb6271.tar.gz conky-b8a6ddb606d03e93e5031e068651bf187cfb6271.tar.bz2 |
Fix: remove transparency and rely on the background color (fix for Debian bookworm)
Diffstat (limited to 'conky.dot.link/status/conkyrc')
-rw-r--r-- | conky.dot.link/status/conkyrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conky.dot.link/status/conkyrc b/conky.dot.link/status/conkyrc index cea6b39..3b3edfd 100644 --- a/conky.dot.link/status/conkyrc +++ b/conky.dot.link/status/conkyrc @@ -19,7 +19,8 @@ conky.config = { own_window = true, own_window_type = 'override', - own_window_transparent = true, + --own_window_argb_visual = true, + --own_window_transparent = true, own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', own_window_argb_visual = true, own_window_colour = '1C1C1C', |