How to Add Wallpaper to Linux Terminal

linux-terminal-wallpaper

The Terminal is a useful application for anyone who wants to get their hands dirty with the inner workings of Linux, not to mention that it is also necessary for some tasks. However, the Terminal window is often presented as a “no frills” experience – plain black with grey or white text that is seen as boring. Even if you emulate the “Matrix” and select green text on a black background, it would be so much more personal with a custom wallpaper.

Recent changes

Unfortunately, it appears that since the latest releases of Ubuntu (18.04 LTS), which uses Gnome as its core, the option to use a background image within the Terminal has been removed. Despite this, there are still some things users can do to change the Terminal.

Also read: 5 Useful Terminal Tools to Better Manage Processes in Linux

Transparency

Thankfully, within the settings of the Terminal, users can customise the color and transparency of the window to their liking.

Open the Terminal from the Applications menu or press Ctrl + Alt + T. From there, click on the small menu option that resides at the top and click Preferences.

ubuntu-terminal-preferences

Once you click, you will be presented with the Preferences window. Navigate down to the Profiles section where the default option of Unnamed will reside. Click this and you will see a window that has smaller tabs along it – Text, Colors, Scrolling and alike. Select the Colors option and untick the “Use Colors from System Theme” to activate the other options below.

ubuntu-terminal-transp

Check the small tickbox and use the slider to set your preference for the Transparency. Selecting “full” will give maximum transparency as shown below.

ubuntu-terminal-full-transp

Custom Wallpaper

If you really want a transparent custom Terminal within your Linux system, then you can use an alternative. I would recommend installing the Terminal from Xubuntu which has a little more flexibility.

Within the Terminal type the following:

sudo apt install xfce4-terminal

Once you have typed “Y” to allow this, it will install and can be found within the Applications menu. As it opens, navigate to the Preferences again by clicking Edit, and you will be presented with the options.

This window looks slightly different but still has all the elements that are needed to create a new look for your Terminal window. Navigate to the Appearance tab just as before where you set the transparency, and you will see a new “Background” option. On this dropdown there is the option for a Solid Colour, Transparency and the element we want – Background Image. Selecting this gives the following option.

ubuntu-terminal-xfce4

Click within the File bar that is highlighted, and your file manager will open, allowing you to select whichever image you want to use, along with whether it is tiled or full screen.

ubuntu-terminal-new-wallpaper

Once you have selected your image and tested the settings, you can achieve something similar to the above.

In addition, there appears to be another method of changing the background wallpaper on a Terminal. Within the Ubuntu Manpage, I came across this link. It reports that it will “manage the terminal background by creating a picture that is behind the text, replacing the normal background color.” By the look of the information, this is done with a Perl script. Whilst it seems to be a possible solution, it does appear to be a longer, more in-depth method than simply installing the XCFE Terminal.

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

Matthew Muller

Matt has worked in the tech industry for many years and is now a freelance writer. His experience is within Windows, Linux, Privacy and Android.