You are currently viewing Terminal Color Changer

Terminal Color Changer

This is a bash script that changes the background color of the terminal every time a new terminal opens. Add the code below to the very end of your .bashrc file.

q="#\033]11;"
W=("#800080" "#800000" "#A05000")
e="\007"
echo -ne $q${w[RANDOM%3]}$e

Credit goes to reddit user Code33301. https://reddit.com/user/code33301

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.