Click to See Complete Forum and Search --> : bsetbg question


*nixX
09-26-2002, 09:17 PM
I'm using blackbox and using bsetbg to getmy background all set. My question is how would I set an image over a specific color?

I have tried:
$bsetbg -solid black -center image.jpg
and
$bsetbg -solid black
$bsetbg -center image.jpg

but for some reason it always just defaults to the image and a white border....when it's clear I'm telling it black background with image.jpg centered.

Any Ideas?

Thanks.

GaMMa
09-26-2002, 09:30 PM
Are you using fluxbox? If you are you have to add the following line to your ~/.fluxbox/init file

session.screen0.rootCommand: bsetbg -f bakcgroundimage.jpg

That would set backgroundimage.jpg in fullscreen as your background all the time reguardless...

*nixX
09-27-2002, 08:14 AM
As I stated I'm using blackbox ... I'm not trying to set the image as fullscreen, I'm trying to center the image on a specific background color and no matter what I try with bsetbg I cannot achieve this, is there anyway of doing this?