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).
Fluxbox and urxvt or terminal
Re: Fluxbox and urxvt or terminal
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:
root bash PS1:
Regards 
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\] '
Code: Select all
PS1='\[\e[0;31m\]\u\[\e[m\] \[\e[1;34m\]\w\[\e[m\] \[\e[0;31m\]\$\[\e[m\]\[\e[1;37m\] '
