Re: how to put a background image
Javier Rojas <[email protected]> Wed, 9 Sep 2009 21:27:20 -0500
| Newsgroups | gmane.comp.window-managers.ion.general |
|---|---|
| Message-ID | <20090910022720.GA20647@fenchurch> |
On Wed, Sep 09, 2009 at 11:03:17AM +0200, reza wrote:
> to put a background image to my desktops. I have installed imagemagick
> and trried to put an image using the display command :
>
> azer@ramscan:~$ display -window root images/Bionix\ Wallpaper\ -\ Robot\
> Sit.jpg
>
> But it doesn't works. Any idea please ?
I think the "issue" (not really an issue, but a "feature") is that ion
draws a (flat) background for all the frames it uses, and because of
that you can't see your wallpaper (the frame background is on top of
it). Try creating an empty workspace after setting the wallpaper. If you
can see your wallpaper, then all you must do now is to make the frames
transparent, so your wallpaper can be seen in all the desktops. To do
that
1. locate the "look" theme that ion is using
2. edit it, adding the following
de.defstyle("frame", {
based_on="*",
transparent_background = true,
}
)
put that text after the 'de.defstyle("*", {' section
3. restart ion.
Hope this helps,
--
Javier Rojas
GPG Key ID: 0x24E00D68
signature.asc
(application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkqoZAcACgkQqU/HEiTgDWjuJwCeJNHiufP+KdPzFUZigTk63Z2B 9vIAn3R7yIPpBcl7zRJIwuML9U8WwTar =p9th -----END PGP SIGNATURE-----