I want to make my terminal windows transparent. How?

RPS

Registered
I have Tinkertool properly installed, but this is what I get. [View attachment]
 

Attachments

  • tinkertool.jpg
    tinkertool.jpg
    82.4 KB · Views: 30
Oh but wait, when I close the window, and open a new one, it's not transparent anymore?
 
Terminal windows can be made transparent simply by typing the following text at the command line:
defaults write com.apple.terminal TerminalOpaqueness '0.85'
The amount of transparency can be adjusted by using values between 0 and 1 (with 1 being completely opaque).

You will need to open a new terminal window to see the result.
 
RPS,

You can set _all_ your terminal windows as transparent by using Terminal > Window Settings, setting it the way you want it, and then pressing the "Use Settings As Default" button.

Doug
 
I'm going to go ahead and move this thread to the Mac Unix forum, but since technically Terminal is a Mac OS X program, I will leave a redirect arrow.

Have fun!

Doug
 
Since you are talking about transparency.. I was asking myself, if it's possible to make finder-windows transparent too. Is there any tool out?
 
No, Zammy. Window ShadeX haxy does that 'kind of', but at least it didn't give the transparency as I'd have wanted it. You'd need to play with the core of the system and add there Alpha Level setting - after which you could play with it - in all Cocoa apps.
 
Back
Top