this post was submitted on 03 Jun 2025
20 points (83.3% liked)

Linux

54881 readers
463 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 6 years ago
MODERATORS
 

I am looking for a distro with a customisable UI. I want the ability to change everything in the UI: like changing the window borders style, animated interface, creating transition animations. Something that can allow me to create UI from my favourite video games. I am even willing to learn a language if needed. Just don't suggest arch because I'm only interested in visuals. I don't want to spend time creating and troubleshooting other aspects of os. Also, if above requirements can be achieved with changing the desktop environment, please suggest that too. I am somewhat familiar with Linux as I used it a few years ago for some time. Back then, the games' support was lacking, so I switched back. But now with steam os and proton's contribution, games shouldn't be a hassle to run.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 4 days ago (1 children)

You can get a customizable UI on any distro, it will depend on which desktop environment or compositor you choose. Though if you use a slow moving distro like debian it might be a while until you get newer stuff unless you are on the testing branch.

A desktop environment will include everything you need (bar, power menu, notifications, etc) and be configured to work. If you choose KDE, you will be able to customize a lot. Or there's also Cosmic that's still in alpha but will be out soon I hope, it allows for both floating windows and tiling windows, so you can try both and see which you prefer.

If you choose a compositor instead of a DE, it will draw your windows but will not do anything else, you will have to install and configure a bar, a notification daemon, etc, or you won't have any. In that case you have several options :

  • Wayfire : Floating windows compositor (like on Windows, or KDE and Gnome)
  • Hyprland : Dynamic tiling compositor (the windows are automatically arranged in a grid)
  • Sway : Manual tiling compositor (you decide where the windows go manually in a grid)
  • Niri : Infinite scrolling compositor The difference is in how the windows are arranged. You can look at demos to see what they would look like. No option is inherently better, it's a matter of personal preference. Personally I absolutely hate dynamic tiling, but I know a lot of people prefer it over manual tiling.
[–] [email protected] 4 points 4 days ago

Didn't know about compositors. It looks more promising than using DE. That you for all the links you provided.