aboutsummaryrefslogtreecommitdiff
path: root/conky.dot.link
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-01-20 20:56:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-01-20 20:56:07 -0300
commitb8a6ddb606d03e93e5031e068651bf187cfb6271 (patch)
tree7411a0cfe9677f0661f75fc95ad4f457feb7ca4c /conky.dot.link
parenta28ff3387e5d862f0a3da964f006fa3071abb103 (diff)
downloadconky-master.tar.gz
conky-master.tar.bz2
Fix: remove transparency and rely on the background color (fix for Debian bookworm)HEADmaster
Diffstat (limited to 'conky.dot.link')
-rw-r--r--conky.dot.link/status/conkyrc3
-rw-r--r--conky.dot.link/weather/conkyrc3
2 files changed, 4 insertions, 2 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',
diff --git a/conky.dot.link/weather/conkyrc b/conky.dot.link/weather/conkyrc
index 8c1ac20..6873a68 100644
--- a/conky.dot.link/weather/conkyrc
+++ b/conky.dot.link/weather/conkyrc
@@ -16,7 +16,8 @@ conky.config = {
-- Create own window instead of using desktop (required in nautilus)
own_window = true,
own_window_type = 'override',
- own_window_transparent = true,
+ --own_window_argb_visual = true,
+ --own_window_transparent = true,
own_window_hints = 'sticky,skip_taskbar,skip_pager,below',
own_window_colour = '1C1C1C',