Page 1 of 1

How to change rxvt background to black?

Posted: Thu 23 Mar 2006, 17:32
by paku
Is it possible to change rxvt background color to black. It is so difficult to se witch is folder and files.

Posted: Thu 23 Mar 2006, 17:44
by MU
right-click Desktop-icon
"edit item"

add in "clicking on the item opens"
-bg black -fg white

Mark

Posted: Thu 23 Mar 2006, 18:01
by paku
MU wrote:right-click Desktop-icon
"edit item"

add in "clicking on the item opens"
-bg black -fg white

Mark
Thanks for the answar, but it did not funktion.

Posted: Thu 23 Mar 2006, 18:59
by Lobster
make sure you save after you change

Posted: Thu 23 Mar 2006, 19:14
by paku
Lobster wrote:make sure you save after you change
Yes i did clik the ok button. But then the icon become to error icon. The path to the rxvt is

/usr/local/bin/rxvt
And when i put it to /usr/local/bin/rxvt -bg black -fg white
or
/usr/local/bin/-bg black -fg white rxvt
or
-bg black -fg white rxvt
then the icon become to error icon.

Posted: Thu 23 Mar 2006, 20:59
by MU
oh, I thought rox can handle parameters.

But this works:
Open /root/.Xdefaults in the editor (in rox click on the "show hidden"-icon to see that file).

Add these 2 lines:

Code: Select all

Rxvt*background: NavyBlue 
Rxvt*foreground: White
Mark

Posted: Thu 23 Mar 2006, 23:09
by gliezl
MU wrote:oh, I thought rox can handle parameters.
It will work in higher versions of ROX. I think v2.3

I have this problem wayback in Puppy 1.0.4 :-)

Posted: Thu 23 Mar 2006, 23:12
by gliezl
MU wrote: Open /root/.Xdefaults in the editor (in rox click on the "show hidden"-icon to see that file).

Add these 2 lines:

Code: Select all

Rxvt*background: NavyBlue 
Rxvt*foreground: White
I hope that this parameter be included in Puppy v1.0.9 or v2 :)

Posted: Fri 24 Mar 2006, 10:49
by paku
MU wrote:oh, I thought rox can handle parameters.

But this works:
Open /root/.Xdefaults in the editor (in rox click on the "show hidden"-icon to see that file).

Add these 2 lines:

Code: Select all

Rxvt*background: black 
Rxvt*foreground: White
Mark
Thanks!

Posted: Wed 29 Oct 2008, 12:40
by telemetric_au
thanks

Posted: Wed 29 Oct 2008, 18:18
by Bruce B
paku wrote:
MU wrote:oh, I thought rox can handle parameters.
Yes Mark and your first way is the better way. Only boo-boo is put the parameters in this section of the icon dialoging:

Arguments to pass (for executables)

Being lazy my way to go white bg black fg to the other is -rv

Posted: Wed 29 Oct 2008, 19:57
by alienjeff
I have another favorite parameter added for rxvt worthy of note.

Ever notice how the scroll bar in rxvt is on the left side of the window and the browser scroll bar is on the right side? Well, I found this infuriating. So I use the parameter -scrollBar_right

FMI, open rxvt and type rxvt -h or rxvt --help

Posted: Wed 26 Dec 2012, 19:27
by toro
MU wrote:oh, I thought rox can handle parameters.

But this works:
Open /root/.Xdefaults in the editor (in rox click on the "show hidden"-icon to see that file).

Add these 2 lines:

Code: Select all

Rxvt*background: #333333 
Rxvt*foreground: White
Mark

Worked for me! Puppy 4.1.3 Lenovo T60. Thanks