Fluxbox and urxvt or terminal

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
dhdarka
Posts: 7
Joined: 2. Nov 2011, 01:28

Fluxbox and urxvt or terminal

Post by dhdarka »

I had xfce 13.37. I did not like it. So I switch it out for Fluxbox. Since I have to install it through Gslapt. So it not like a default cd installation.
I having trouble keeping my wallpaper up after reboot. How do I fix this?
I have urxvt installed. But I'm not sure how to add color to "dhdarka@bla:$/#" (name/root name) and the text command as a different color ( have the color different on user and root).
User avatar
ax
Posts: 66
Joined: 9. Dec 2010, 14:13
Location: Naples
Contact:

Re: Fluxbox and urxvt or terminal

Post by ax »

If i understand you questions, you modify your ~/.bashrc file and /root/.bashrc .

Set different PS1 for different user. I paste my for example:

user bash PS1:

Code: Select all

PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[m\]\[\e[1;32m\]\$\[\e[m\]\[\e[1;37m\] '
root bash PS1:

Code: Select all

PS1='\[\e[0;31m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[0;31m\]\$\[\e[m\]\[\e[1;37m\] '
Regards ;)
Post Reply