brndnmtthws / conky

Light-weight system monitor for X, Wayland (sort of), and other things, too
https://conky.cc
GNU General Public License v3.0
7.17k stars 615 forks source link

Documentation for conky.conf on Xfce 4.14 (transparency issue) #962

Closed dajare closed 1 year ago

dajare commented 4 years ago

Issue

The documentation for window configuration for Xfce appears to be out-of-date for the latest version of Xfce. The docs here currently instruct users to include this line in the configuration file:

conky.config = {
    -- snip
    own_window_transparent = false, 
    -- snip
}

For some users on Xfce 4.14, there is a non-transparent, black screen problem that I also encountered. After doing a LOT of testing, searching, and checking something caught my eye so that I tried:

    own_window_transparent = true,

and (w00t!) success! The transparency settings now work. Does the documentation need to be updated?

Information

I'm running Mint 19.3, Xfce 4.14.1, AMD RC410M, X11/X.Org 1.20.5. My working conky.conf file is saved as a gist, if that's of any interest.

ghost commented 4 years ago

I wish I could upvote this. conky-xfce needs some love.

I wish it would be possible to make conky work with

own_window = false

but this is not really usable on xfce 4.12, and using "own_window = true" makes using desktop icons inconvenient.

freddii commented 2 years ago

Same problem here. Not possible to make desktop icons clickable behind conky on xfce.

own_window = false makes it possible to click through, but makes a black background that hides all icons on desktop.

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment, or this issue will be closed in 30 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 30 days with no activity.