Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing Colors of GUI

Status
Not open for further replies.

unixgy

Technical User
Dec 28, 2001
36
US
Hello.

Does anyone know if it is possible to change the colors of the nwadmin screen?

Networker 6.1.1 Build 238 - Solaris 8

Any insight is greatly appreciated!

UNIXGY
 
Its a 2 step process:

I have an .Xdefaults file that looks like:
!!Networker stuff...
!! Console Layout
Networker.width: 750
Networker.height: 790
Networker*XmList.visibleItemCount: 3
!!Networker*XmText.rows: 6
Networker*JbMountList.visibleItemCount: 18
Networker*background: lightsteelblue4
Networker*XmPushButton*background: lightsteelblue4

Then you need to run a command to read it..I have the
following in my .profile:

##Source Xdefaults stuff...
/usr/openwin/bin/xrdb $HOME/.Xdefaults


Robert Maiello

 
Thanks Robert.

I did find another way, though. There is a file in /usr/lib/X11/app-defaults/Networker that can be copied to your $HOME directory and modified. This file will over-ride the default file. You can change the colors of any attribute on the networker screen.

Thanks, again, for your reply!

Unixgy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top