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

Conky with SpaceFM desktop #103

Closed
IgnorantGuru opened this issue Jun 16, 2012 · 5 comments
Closed

Conky with SpaceFM desktop #103

IgnorantGuru opened this issue Jun 16, 2012 · 5 comments
Labels

Comments

@IgnorantGuru
Copy link
Owner

Received elsewhere:

what's the best way for Conky to play nicely with SpaceFM? I'm using it with pseudo-transparency and it displays the "root" background, but unfortunately SpaceFM's desktop must be a window above this and consequently on a refresh Conky seems to disappear completely. But if I kill SpaceFM, Conky reappears. (I think I had this problem when I tried the Rox desktop too.
https://bbs.archlinux.org/viewtopic.php?pid=1116951#p1116951

@IgnorantGuru
Copy link
Owner Author

Several reports of various difficulties with conky - this is on the things-to-look-at list.

@arclance
Copy link

You can use settings like this to make conky an actual window without decorations that will not show up in the taskbar.

own_window yes
own_window_transparent yes
#own_window_argb_visual false
#own_window_argb_value 0
own_window_type normal
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager

This will cover up desktop icons and may not work with all window managers.
If you have two conkys that overlap each other you may need a method to control which window is on top of the other at all times.
In Fluxbox this can be done using the apps file and

own_window_title

to give the conkys different window titles to differentiate them.

@simovic
Copy link

simovic commented Jul 26, 2012

@IgnorantGuru
Copy link
Owner Author

Received elsewhere, it appears the spacefm desktop wallpaper does not appear beneath conky when using a gtk3 build as of 0.8.5 [with xfwm4].

@IgnorantGuru
Copy link
Owner Author

The suggestions in this issue have been added to the SpaceFM Wiki here. Please add any further conky suggestions to that page - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants