SOLVED:Conkys Showing Shadows/Borders

SOLVED
Found the file where I needed to make adjustments to: /etc/xdg/picom.conf. All is good now!

My conkys are showing shadows/borders on the desktop. Picom is installed. How do I get rid of them? Below are my conky setups.

Edit: I also get the shadows with firefox and some menus as well.

# **********************************************************************
# "CPU Panel (2-core)" theme for Conky by Tony George (teejee2008@gmail.com)
#
# Webpage: http://teejeetech.blogspot.in/
# **********************************************************************


background yes
double_buffer yes

alignment top_middle

border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders no
draw_outline no
draw_shades no

gap_x 20
gap_y 20
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no

own_window yes
own_window_type normal
own_window_transparent yes
own_window_colour 000000
own_window_argb_visual no
own_window_argb_value 0
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

minimum_size 300 210
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none

show_graph_scale no
show_graph_range no

use_xft yes
xftalpha 0.1
xftfont Droid Sans:size=12
color0 white
color1 EAEAEA
color2 FFA300
color3 grey

TEXT
${alignc}${color orange}${font Ubuntu:size=30}Happy Halloween!
#${color2}CPU ${color0} ${cpu cpu0}%  ${color3}${cpubar #cpu0 10,} 
#${cpugraph cpu0 100,300}${voffset -19}
#${cpugraph cpu1 80,150}${cpugraph cpu2 80,150}${voffset #-19}
#${font Ubuntu:size=10}${voffset -70}${color3}#${goto 10}1 #${goto 160}2
${font Ubuntu:size=8}${voffset -17}${color3}#${goto 108}$#{freq_g (1)}GHz ${goto 258}${freq_g (2)}GHz

use_xft yes
xftfont 123:size=8
xftalpha 0.1
update_interval 1
total_run_times 0

own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_colour 000000
own_window_argb_visual no
own_window_argb_value 0

double_buffer yes
#minimum_size 250 5
#maximum_width 500
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
default_color white
default_shade_color red
default_outline_color green
alignment top_right
gap_x 10
gap_y 10
no_buffers yes
uppercase no
cpu_avg_samples 2
net_avg_samples 1
override_utf8_locale yes
use_spacer yes


minimum_size 0 0
TEXT
${voffset 0}${color orange}${font GE Inspira:pixelsize=40}EndeavourOS
${voffset -25}$hr
${voffset -20}${alignc}${color orange}${font GE Inspira:pixelsize=35}${time %l:%M%p}${font}
${voffset 0}${alignc}${color orange}${font GE Inspira:pixelsize=25}${time %m/%d/%g}
${alignc}${color orange}${font GE Inspira:pixelsize=35}${time %A}
${voffset -20}$hr
${offset 30}${voffset -20}${alignc}${color orange}${font GE Inspira:pixelsize=25}RAM: $legacymem 
${offset 30}${alignc}${color orange}CPU: $cpu%

Screenshot for reference.

2 Likes