M BUZZ CRAZE NEWS
// general

How to make terminator transparent?

By Mia Morrison

I'm using a standard installation of Ubuntu 12.04 with Unity and I'd like to make terminator transparent as we can easily do for the standard terminal.

Is that possible ?

3 Answers

Right click anywhere in the terminator window and choose "Preferences", your desired option should be found under "Profiles"->Background":

enter image description here

2

Edit your config file in $HOME like this (i.e. vi) :

vi $HOME/.config/terminator/config

insert into [profiles] [[default]] the transparency settings:

background_darkness = 0.97 #(or anything else between 0-1)
background_type = transparent

this works for me.

1

Right click on terminator screen

enter image description here

  1. Click on Preferences
  2. Click on Profiles tab
  3. Under Profiles click on Background tab
  4. Check Transparent background
  5. Set the transparency (Optional)

enter image description here

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy