Conky: Disable transparency and blend clock into BG (kinda)
This commit is contained in:
parent
8f5e87a1dc
commit
c5576729d6
@ -5,9 +5,7 @@ conky.config = {
|
|||||||
own_window_class = 'Conky',
|
own_window_class = 'Conky',
|
||||||
own_window_type = 'desktop',
|
own_window_type = 'desktop',
|
||||||
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager',
|
||||||
own_window_argb_visual = true,
|
own_window_colour = '232629',
|
||||||
own_window_transparent = true,
|
|
||||||
own_window_colour = '000000',
|
|
||||||
|
|
||||||
double_buffer = true,
|
double_buffer = true,
|
||||||
cpu_avg_samples = 2,
|
cpu_avg_samples = 2,
|
||||||
@ -18,7 +16,7 @@ conky.config = {
|
|||||||
use_xft = true,
|
use_xft = true,
|
||||||
font = 'Roboto:style=Light:size=9',
|
font = 'Roboto:style=Light:size=9',
|
||||||
default_color = '#fffcf6',
|
default_color = '#fffcf6',
|
||||||
color1 = '383c4a', -- Background
|
color1 = '232629', -- Background
|
||||||
color2 = 'fffcf6', -- Foreground
|
color2 = 'fffcf6', -- Foreground
|
||||||
color3 = '4b5162', -- Background-alt
|
color3 = '4b5162', -- Background-alt
|
||||||
|
|
||||||
@ -29,8 +27,8 @@ conky.config = {
|
|||||||
border_width = 0,
|
border_width = 0,
|
||||||
border_outer_margin = 1,
|
border_outer_margin = 1,
|
||||||
border_inner_margin = 16,
|
border_inner_margin = 16,
|
||||||
gap_x = 32,
|
gap_x = 27,
|
||||||
gap_y = 48,
|
gap_y = 65,
|
||||||
|
|
||||||
format_human_readable = true,
|
format_human_readable = true,
|
||||||
temperature_unit = "celsius",
|
temperature_unit = "celsius",
|
||||||
|
Loading…
Reference in New Issue
Block a user