190
submitted 2 weeks ago* (last edited 2 weeks ago) by ColdWater@lemmy.ca to c/linux@lemmy.ml

I bite the bullet and gone to the dark side

top 50 comments
sorted by: hot top controversial new old
[-] ea6927d8@lemmy.ml 36 points 2 weeks ago* (last edited 2 weeks ago)

Hello, fellow non-systemd enjoyer.

[-] ColdWater@lemmy.ca 11 points 2 weeks ago

Hello, hopefully there are a dozen of us

[-] procapra@lemmy.ml 7 points 2 weeks ago

Mx linux here! (sysvinit) Just migrated away from systemd due to the drama.

[-] Bananskal@nord.pub 5 points 2 weeks ago

Drama? You mean the whole age verification stuff?

[-] procapra@lemmy.ml 5 points 2 weeks ago

Yep! I don't want anything to do with it. I don't care if it's an optional component, it'll be optional until it isn't.

[-] comrademiao@piefed.social 1 points 2 weeks ago
[-] dgriffith@aussie.zone 31 points 2 weeks ago

Why

Monoculture isn't great.

Having and maintaining other options is good for if/when things go bad.

[-] semperverus@lemmy.world 16 points 2 weeks ago
[-] comrademiao@piefed.social 1 points 2 weeks ago

The age verification or something else?

[-] janakali@lemmy.4d2.org 18 points 2 weeks ago* (last edited 2 weeks ago)

That's pretty clean for KDE. Here's my Void system.
But I've switched in January, before all this drama even started.

Void Linux

[-] ColdWater@lemmy.ca 3 points 2 weeks ago

Thank you, I use a combination of "KDE rounded corners" "Klassy" and "Darkly", both do not use the slow aurorae theme engine thingy but written in native C++ so it's pretty fast, I haven't tried Void yet because Void scare me

[-] thingsiplay@lemmy.ml 2 points 2 weeks ago

I love Gruvbox. My favorite color scheme. If its not, its probably derived version of Gruvbox. My current one is different, simply because I wanted to have a different scheme after years of same.

[-] juipeltje@lemmy.world 9 points 2 weeks ago

You have become systemd-free

load more comments (4 replies)
[-] pineapple@lemmy.ml 9 points 2 weeks ago

Artix has gotton a real upsurge recently. At least it has on lemmy.

[-] ada@piefed.blahaj.zone 13 points 2 weeks ago

It's most likely where I'll be hopping if unavoidable age gating comes to systemd

[-] AkatsukiLevi@lemmy.world 2 points 2 weeks ago

I only switched to Artix cuz I like OpenRC

[-] ada@piefed.blahaj.zone 9 points 2 weeks ago

I like not using government and mega-corporation mandated systems designed for privacy invasion and control of what people can access.

[-] AkatsukiLevi@lemmy.world 1 points 2 weeks ago

Also a nice thing, my reasoning is just that I like a bunch of small bash scripts I can look inside and go "oh, so that's why it broke"

load more comments (3 replies)
[-] okcomputer@piefed.world 8 points 2 weeks ago

How do I make my computer like this, this is cool and I don’t know what Linux is.

[-] ColdWater@lemmy.ca 8 points 2 weeks ago

It's a heavily customized KDE Desktop Environment

[-] Alaknar@sopuli.xyz 3 points 2 weeks ago

If you've never installed Linux before, I would start with something user-friendly, like Kubuntu or Bazzite. Both come with KDE as their main Desktop Environment ("DE"), so you could do what OP did looks-wise.

If you're a technical user, and don't hate having to sometimes do things manually, try Garuda Linux - it's Arch-based, but catered very towards Linux newbies and does a lot of hand-holding. I use it and I enjoy it very much.

To specifically do what OP did with his DE - KDE comes with the concept of Panels and Widgets. The top bar you see in the screenshot is a Panel. On it, there are (from right to left) the System Tray widget, a Spacer widget, a Digital Clock widget with customised display format (something you can do in the settings of the widget), another Spacer, an Icons-Only Task Manager widget (displays active applications and lets you pin applications - like the Taskbar in Windows or Dock in macOS), and finally the Application Launcher widget (the Start menu equivalent). Everything is pretty heavily customised (presumably with Panel Colorizer? Not sure), so that - out of the box - even with this exact setup copied, yours would look slightly different.

[-] okcomputer@piefed.world 2 points 2 weeks ago
[-] Alaknar@sopuli.xyz 2 points 2 weeks ago* (last edited 2 weeks ago)

Enjoy the ride! :)

Oh! You might find this useful. It's a list of various setting changes/fixes I made after switching and encountering various issues, or annoyances. Some of these were under Kubuntu, most are under Garuda, but I don't think anything in there is distro-specific, so it should work on both Debian-based and Arch-based.

[-] comrademiao@piefed.social 1 points 2 weeks ago

It looks like Arch Linux with some ricing done. So first install Arch and customize from there.

[-] Bananskal@nord.pub 5 points 2 weeks ago

It's Artix. It says it clearly in the image.

load more comments (4 replies)
[-] nyan@sh.itjust.works 8 points 2 weeks ago

If using OpenRC is all it tales to be on the dark side, then I've been there since before it was cool.

[-] Levi@lemmy.ca 7 points 2 weeks ago* (last edited 2 weeks ago)

I don't know what you did but I like that UI.

[-] webkitten@piefed.social 4 points 2 weeks ago

Went from TRSDOS > Win 3.11 > Win 95 > Win 98 > Win XP > OS X > Win 10 > Linux Mint for daily desktop drivers.

Never been happier. <3

[-] thatsnomayo@lemmy.ml 4 points 2 weeks ago

More &more people are saying it

[-] affenlehrer@feddit.org 3 points 2 weeks ago

I have pretty much the same hardware. It's an older Lenovo Legion.

[-] Aceofspades@lemmy.ca 3 points 2 weeks ago

I ran Artix for a few days but ran into audio server issues. The issue was that there wasn't an audio server installed so I had not sounds at all. I managed to get everything working after some trial and error. As expected, most of the online help is written with systemd in mind. A little while later I installed another application which installed alsa as a dependency which broke my audio again. I went back to EndeavourOS after that.

[-] ColdWater@lemmy.ca 7 points 2 weeks ago

What audio server did you use? I use pipewire, I only need to install *-openrc equivalent packages on top of base pipewire packages and enable it with OpenRC for it to work

load more comments (2 replies)
[-] AkatsukiLevi@lemmy.world 6 points 2 weeks ago* (last edited 2 weeks ago)

$ sudo pacman -S pipewire pipewire-openrc wireplumber wireplumber-openrc pipewire-pulseaudio

Then you use:

$ rc-service --user pipewire start

$ rc-service --user wireplumber start

$ rc-update --user add pipewire

$ rc-update --user add wireplumber

[-] neclimdul@lemmy.world 2 points 2 weeks ago
[-] PHLAK@lemmy.world 2 points 2 weeks ago

Can you share your fastfetch config?

[-] DefinitelyNotBirds@lemmy.ml 2 points 2 weeks ago

Going to the dark side stings after years of perfecting my dotfiles. That customization muscle memory does not transfer over. How are you handling the loss of environment control?

[-] ColdWater@lemmy.ca 1 points 2 weeks ago

I have a separate /home partition, So I don't have to redo any customization, honestly it's just init systems I don't loss anything

[-] thingsiplay@lemmy.ml 1 points 2 weeks ago

You must be stopped!

[-] Blujean@mas.to 1 points 2 weeks ago

@ColdWater not familiar with those messages. Not using systemd or something?

[-] ColdWater@lemmy.ca 3 points 2 weeks ago

It's OpenRC, I wanna learn different init systems

[-] disorderly@lemmy.world 4 points 2 weeks ago* (last edited 2 weeks ago)

Does it support unit dependencies? That's pretty much the only reason I use systemd outside of work. Edit: ah yeah it sure does. I know what I'm playing with next weekend.

load more comments (4 replies)
load more comments
view more: next ›
this post was submitted on 06 Apr 2026
190 points (99.0% liked)

Linux

64844 readers
737 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 7 years ago
MODERATORS