From c5576729d6a50f16562a022f4b5f607993c9745d Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 8 Jul 2020 05:26:25 -0500 Subject: [PATCH] Conky: Disable transparency and blend clock into BG (kinda) --- .config/conky/conky-clock.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.config/conky/conky-clock.conf b/.config/conky/conky-clock.conf index 2ce04b5a..dd218322 100644 --- a/.config/conky/conky-clock.conf +++ b/.config/conky/conky-clock.conf @@ -5,9 +5,7 @@ conky.config = { own_window_class = 'Conky', own_window_type = 'desktop', own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', - own_window_argb_visual = true, - own_window_transparent = true, - own_window_colour = '000000', + own_window_colour = '232629', double_buffer = true, cpu_avg_samples = 2, @@ -18,7 +16,7 @@ conky.config = { use_xft = true, font = 'Roboto:style=Light:size=9', default_color = '#fffcf6', - color1 = '383c4a', -- Background + color1 = '232629', -- Background color2 = 'fffcf6', -- Foreground color3 = '4b5162', -- Background-alt @@ -29,8 +27,8 @@ conky.config = { border_width = 0, border_outer_margin = 1, border_inner_margin = 16, - gap_x = 32, - gap_y = 48, + gap_x = 27, + gap_y = 65, format_human_readable = true, temperature_unit = "celsius",