closebox73 / applying-theme

This repository only contains instructions on how to apply conky themes that I make in general
57 stars 2 forks source link

Does not work on Gnome 41 in Ubuntu #9

Closed Jasdent closed 10 months ago

Jasdent commented 1 year ago

image

GNOME 41.7 I followed the instruction to set own_window_argb_visual = true

closebox73 commented 1 year ago

@Jasdent indeed for gnome this kind of problem always appears, it seems I also have to use gnome so I can get the solutionšŸ˜£

cristimc8 commented 10 months ago

I have found a possible solution for Gnome transparency bugs, make sure to follow this topic and add

draw_blended = false
own_window_argb_visual = true
own_window_transparent = false

For me, on Gnome 44.3 it's rendering alright image

closebox73 commented 10 months ago

Hi @cristimc8 Thank you, I will recommend it to others if this happens.