Very useful Linux tips. Misc information.


  1. Some rxvt-unicode tips

Some rxvt-unicode tips

To use transparency in a urxvt terminal, run it like this.

urxvt -depth 32 -bg rgba:3f00/3f00/3f00/dddd

This will spawn a translucent urxvt terminal window. Run it as shown below to give it a nicer white foreground colour and a blue background tint.

┌──(john㉿DESKTOP-PF01IEE)-[~]
└─$ urxvt -depth 32 -bg rgba:3000/2300/5100/ee00 -fg rgba:ff00/ff00/f100/fe00

The example below will add even more custom colours to the rxvt window.

┌──(john㉿DESKTOP-PF01IEE)-[~]
└─$ urxvt -depth 32 -bg rgba:3000/2300/5100/ee00 -fg rgba:ff00/ff00/f100/fe00 -cr "DarkSlateGrey" -pr "LightBlue" -pr2 "Green"
A customized urxvt terminal window running in WSL2.
Our customized urxvt window. Looks very nice.

Leave a Comment

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