this post was submitted on 09 Jan 2025
16 points (94.4% liked)

Linux

48954 readers
811 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I'm wondering if that's possible with any desktop environment. Basically I want windows with translucent backgrounds with blurring like shown in this post; except that it always shows the wallpaper right behind the window, even if there are windows between it and the desktop. Normally with blurred background setups like that one, a window will blur the content of whatever windows are behind / beneath it.

top 4 comments
sorted by: hot top controversial new old
[–] missphant@lemmy.blahaj.zone 4 points 3 days ago (2 children)

SwayFX has this with the blur_xray option, though it's a tiling wm.

[–] tankplanker@lemmy.world 1 points 3 days ago

Normal Sway can do translucent windows as well.

Per workspace wallpaper I do with multibg-sway. It uses the workspace title to set the wallpaper. So that means you can set the title dynamically it means I can change wallpaper dynamically per workspace as well.

[–] LiveLM@lemmy.zip 1 points 3 days ago

I believe Hyprland also has this

[–] atzanteol@sh.itjust.works 4 points 3 days ago* (last edited 3 days ago)

That used to be how translucent terminals did it "back in the day" because it's a lot cheaper to calculate..

It would be the terminal that does this, not a generic solution. I didn't know if any specifically that does this though.