Skip to content

Conversation

@Black-Pixel
Copy link

"own_window_type conky" is not recognized and conky falls back to "own_window_type normal" which apparently does not support transparency without the own_window_hints you have in the compiz configuration.

This means you can either use:

    own_window_type desktop 

OR

    own_window_type normal 
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

Error message:

 Conky: /home/drag/.conkyrcRight: 54: config file error
 Conky: window type - normal

When allowing conky to handle transparency you have to use own_window_type desktop. "own_window_type conky" is not recognized and conky falls back to "own_window_type normal" which apparently does not support transparency without the own_window_hints you have in the compiz configuration. 

This means you can either use: 
own_window_type desktop 
OR 
own_window_type normal 
own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below

Error message:
Conky: /home/drag/.conkyrcRight: 54: config file error
Conky: window type - normal
…dified the theme for OpenSuse (colors, text).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant