That amber background color to script dialogs etc

Using applications, configuring, problems
Post Reply
Message
Author
wdef
Posts: 91
Joined: Fri 13 Apr 2007, 20:16

That amber background color to script dialogs etc

#1 Post by wdef »

Somewhere obvious I suppose.

I take it it's set globally?

User avatar
WhoDo
Posts: 4428
Joined: Wed 12 Jul 2006, 01:58
Location: Lake Macquarie NSW Australia

Re: That amber background color to script dialogs etc

#2 Post by WhoDo »

wdef wrote:Somewhere obvious I suppose.

I take it it's set globally?
I think you'll find that it's set individually in each subject script. It's usually given as a parameter to rxvt, as in this snippet of code from the package update script for Puppy Software Installer.

Code: Select all

rxvt -bg orange --geometry 60x10 -e wget -T 6 --tries=1 $ONESITE 
Sometimes it is hard coded into the program itself, as in /root/.icewm/icewinconfig

Hope that helps
[i]Actions speak louder than words ... and they usually work when words don't![/i]
SIP:whodo@proxy01.sipphone.com; whodo@realsip.com

wdef
Posts: 91
Joined: Fri 13 Apr 2007, 20:16

#3 Post by wdef »

Thanks WhoDo.

Post Reply