Jump to content

I had the idea to make my terminal act as a semi transparent window to the desktop.  By that I mean that even if there were pages between the terminal and desktop it would still show the desktop through its area.  Is this at all possible, and if it is could someone point me in the right direction so that I might be able to do it?  I would appreciate any advice, as I am  still a novice when it comes to programming and using Linux.  I apologize if this is in the wrong category, I wasn't sure where it would belong.

Link to comment
https://linustechtips.com/topic/778133-customizing-linux-terminal/
Share on other sites

Link to post
Share on other sites

1 hour ago, GenericAssassin said:

I had the idea to make my terminal act as a semi transparent window to the desktop.  By that I mean that even if there were pages between the terminal and desktop it would still show the desktop through its area.  Is this at all possible, and if it is could someone point me in the right direction so that I might be able to do it?  I would appreciate any advice, as I am  still a novice when it comes to programming and using Linux.  I apologize if this is in the wrong category, I wasn't sure where it would belong.

there are lightweight desktops that dont do transparency. When you set transparency in the terminal it just shows the desktop background picture. That is the closets iv seen to what you have described.

             ☼

ψ ︿_____︿_ψ_   

Link to post
Share on other sites

8 hours ago, GenericAssassin said:

To clarify I'm not talking about regular transparency.  I'd like to have it act as an "X-Ray" of sorts, allowing me to see the background through all other windows in additional to that of the terminal.

Haven't found any solutions to this, but if you just wanna watch your wallpaper you could just set that as your terminal background. If you wanna use conky and stuff then I guess that is not a solution :/

Link to post
Share on other sites

I don't think there exist a thing you are suggesting, since I just find it quite awkward. I also struggle to see a real use case (beside some automatic changing information, such as conky).

 

It is possibly doable, but you really need to dwelwe into code and do it yourself. It's probable there is no existing feature in the WMs and Desktop Environments out there for this (some older window managers use a "root window", which could be almost what you need, if you can somehow program a viewport into this "root window" - but more modern DEs don't use it as such).

Link to post
Share on other sites

1 hour ago, Sauron said:

It depends on your DE (more specifically on your window manager). xfce and mate show the desktop through transparency instead of other windows iirc.

I've seen this too on some older DEs. But IIRC more modern MATE do not use this "old" way of "faking transparency" anymore.

 

Moreover, it will lose all other features besides the root window - which usually only contains the desktop background. Even conky elements etc. are usually actually their own (immovable, locked just above root) windows.

 

Which means: (almost) the same effect can be achieved by setting a background for the terminal amulator with some % of transparency.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×