Conky: Disable transparency and blend clock into BG (kinda)

This commit is contained in:
Salt 2020-07-08 05:26:25 -05:00
parent 8f5e87a1dc
commit c5576729d6

View File

@ -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",