this post was submitted on 11 Aug 2025
22 points (100.0% liked)

unixporn

6558 readers
11 users here now

unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshot
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW

founded 2 years ago
MODERATORS
all 18 comments
sorted by: hot top controversial new old
[–] winety@lemmy.zip 13 points 1 month ago

Theming GTK2 and GTK3 applications was simple. Applying custom themes to GTK4/libadwaita apps is unsupported. You can enable dark mode and change the accent colours, but that's about it.

KDE/Qt supports theming out of the box, but theming apps outside KDE is painful. You have to juggle with several utilities (qt5ct, qt6ct, Kvantum manager) and many environmental variables. For example, Krita doesn't respect the theme you set using qt5ct unless you set KRITA_NO_STYLE_OVERRIDE=1. Using qt6ct I can make Okular (and other Qt6 apps) use the style that emulates Windows 95, but I can't make them use a custom colour palette, so they stick out.

The worst thing you could do is try to make GTK and Qt apps look consistent.

[–] F04118F@feddit.nl 7 points 1 month ago (2 children)

Waiting for the day the question becomes:

Qt or Cosmic?

☺️

[–] sudo@programming.dev 1 points 1 month ago

Wouldn't it be iced instead of cosmic?

[–] somerandomperson@lemmy.dbzer0.com 1 points 1 month ago (1 children)
[–] HouseWolf@pawb.social 2 points 1 month ago (1 children)

New desktop environment being made by the Pop_OS devs.

[–] F04118F@feddit.nl 3 points 1 month ago* (last edited 1 month ago)

Desktop environment AND desktop app toolkit/library, like GNOME + GTK or KDE + Qt, not just a desktop environment.

https://github.com/pop-os/libcosmic

[–] tisktisk@piefed.social 5 points 1 month ago

Both can be customized, and a combination of both is most customizeable
But I prefer QT

[–] hellfire103@lemmy.ca 3 points 1 month ago* (last edited 1 month ago)

Qt6 is a lot more customisable than GTK 4, but you probably won't notice if:

  • You're using GTK 2/3
  • You're using a boring flat theme

However, if you're using Flatpaks, GTK is possibly better.

[–] Amaterasu@lemmy.world 1 points 1 month ago

For GTK there is this cool project, ASTAL:

https://aylur.github.io/astal/

[–] sudo@programming.dev 1 points 1 month ago (1 children)

TUI is the only truly satisfactory way.

[–] somerandomperson@lemmy.dbzer0.com 2 points 1 month ago (1 children)