You are not logged in.

#1 2006-08-29 23:04:18

test1000
Member
Registered: 2005-04-03
Posts: 834

ion3: how to get a background image?

I'm not talking about a transparent xterm, but when i don't have any application open i see an image. The only solution iv'e got to work involves a compositor and i can't run that because of efficiency reasons hmm


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#2 2006-08-30 00:04:28

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: ion3: how to get a background image?

test1000 wrote:

but when i don't have any application open i see an image.

To me it sounds like your background image is working...


But if you must know, feh --bg-{tile,center,scale,seamless} pic.jpg works, xsetbg pic.jpg works.

If you are talking about having transparent frames in your look.lua, you need to set that yourself, or use a look.lua file that all ready has that.

Offline

#3 2006-08-30 13:39:48

test1000
Member
Registered: 2005-04-03
Posts: 834

Re: ion3: how to get a background image?

yeah i'm sorry about this: i figured it out a moment after posting.

the solution was:

de.defstyle("frame", {
    transparent_background = true,
    based_on = "*",
    padding_colour = "#545d75",
    background_colour = "black",
--    de.substyle("active", {
--        shadow_colour = "grey",
--        highlight_colour = "grey",
--        padding_colour = "#545d75",
--        background_colour = "black",
--    }),
})

in look_clean.lua which is the team i use. AND:

defwinprop{
        transparent = true,
}

in cfg_kludges.lua smile

so all is fine now.. setting a root window image i know.. i even have a package in aur to do it fer chriss sakes big_smile


KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein

Offline

#4 2006-09-02 01:32:40

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: ion3: how to get a background image?

codemac wrote:

xsetbg pic.jpg works.

I don't have xsetbg on my machine. Can someone tell me which modular xorg package this is in or if it has changed what the new name is?

Offline

#5 2006-09-02 02:41:06

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: ion3: how to get a background image?

Penguin wrote:
codemac wrote:

xsetbg pic.jpg works.

I don't have xsetbg on my machine. Can someone tell me which modular xorg package this is in or if it has changed what the new name is?

It's part of xloadimage in AUR.

EDIT:  xsetbg is a symlink to xloadimage

Offline

Board footer

Powered by FluxBB