jonaburg / picom

A lightweight compositor for X11 (previously a compton fork)
Other
956 stars 99 forks source link

conky blurred not transparent #16

Open joe23rep opened 3 years ago

joe23rep commented 3 years ago

Platform

arch on an amd laptop

GPU, drivers, and screen setup

name of display: :0 display: :0 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer): Vendor: X.Org (0x1002) Device: AMD Radeon(TM) Vega 8 Graphics (RAVEN, DRM 3.35.0, 5.4.80-2-MANJARO, LLVM 11.0.0) (0x15dd) Version: 20.2.3 Accelerated: yes Video memory: 1024MB Unified memory: no Preferred profile: core (0x1) Max core profile version: 4.6 Max compat profile version: 4.6 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.2 Memory info (GL_ATI_meminfo): VBO free memory - total: 541 MB, largest block: 541 MB VBO free aux. memory - total: 2966 MB, largest block: 2966 MB Texture free memory - total: 541 MB, largest block: 541 MB Texture free aux. memory - total: 2966 MB, largest block: 2966 MB Renderbuffer free memory - total: 541 MB, largest block: 541 MB Renderbuffer free aux. memory - total: 2966 MB, largest block: 2966 MB Memory info (GL_NVX_gpu_memory_info): Dedicated video memory: 1024 MB Total available memory: 4096 MB Currently available dedicated video memory: 541 MB OpenGL vendor string: X.Org OpenGL renderer string: AMD Radeon(TM) Vega 8 Graphics (RAVEN, DRM 3.35.0, 5.4.80-2-MANJARO, LLVM 11.0.0) OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.2.3 OpenGL core profile shading language version string: 4.60 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.2.3 OpenGL shading language version string: 4.60 OpenGL context flags: (none) OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.2.3 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

Environment

minimal KDE with awesome as windowmanager

picom version

vgit-a8445

Configuration:

just copied the sample config

Steps of reproduction

setup ur desktop with a conky widget, install this fork, set it to autostart and reboot the system

Expected behavior

have only the widget without any bg effects

Current Behavior

blurred conky despite it not being specifically adressed as program to blur in config file

jonaburg commented 3 years ago

Have you tried to exclude conky from the background-blur explicitly?

skyveil commented 3 years ago

I have the same issue, and i have excluded conky by adding "class_g = 'conky'" to blur-background-exclude. Also tried capitalizing c in conky but it does not work