Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .conkyrc #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

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