Someone direct me to a guide for this shit because I have no idea how y’all do it
What do you mean? Configuring all of those things, or the installation?
Edit: If the first one, then you’ll need to provide more information about what you want to configure. There are multiple guides and info on wikis.
I was mainly asking for directions to a guide. I’m more tech literate than most but still not very so all the links to 8 different GitHub pages get confusing and I don’t know how to implement it all
I’m only just now understand that the brackets at the beginning of every post are referring to the specific desktop environment
The easiest point to jump on is KDE-Plasma, look it up, it is a complete DE that is very customisable and it is all doable through a GUI - themes, widgets etc its all baked in. You can do a lot of customisation in plasma fairly simply, that might even be enough for you, you can really do a lot in plasma and you don’t need to know much besides getting it installed on your system.
From there, if you want to touch something a bit more complicated you could install some window manager to use alongside it and just fiddle with that, look at the configs, understand how that works, try to build your own thing from the ground up, or just copy someones dotfiles here.
E: To clarify, if you use a display manager like SDDM it will let you select the DE or WM on login.
There is no universal guide. It depends on whether you are using DE or WM and which one. Then, if it’s WM, you need to find other things, such as a terminal emulator, application launcher, status bar, etc. For example, I’m currently configuring Hyprland with kitty, rofi, eww and a few other things. All of them have their own wikis and docs. I would advise you to start with something simpler or use someone’s rice, some of them come with installation scripts.
If you’re using kde as your desktop environment I’d look at themes using kvantum Manager. You can also mix and match other themes through the default app store or whatever they call it
The GitHub pages usually have information about how to install stuff. There are also YouTube videos and articles online you can easily find with a quick google search about this. Use your brain
The unfortunate answer is that “it depends”. Making Unix look a certain way will depend more on your workflows and preferred tools than any one particular singular grand unified guide
Just about every post has links to the github pages of the stuff they used
Pick any popular colorscheme, like dracula or catppuccin, get some good wallpapers and make a screenshot with your most-used (or just favourite) applications. Keep it simple
Alas, gnome themes is not working 😔
I’ll try again when I have slept
If you are using Gnome stay with that first. You can try gnome extensions and gtk themes, there are lots of possibilities. Many of the things that people post for other window managers will not work on Gnome.
Then know your command line well https://github.com/jlevy/the-art-of-command-line
Then try to automate things, such that e.g. you can open a QR code of your clipboard with a key binding. Or whatever cool things you want your computer to do.
If you like these things and you have a lot of time, try other window managers as well. Start with something that has a good example config and good resources online, I believe sway was pretty easy to get into for me.
$ man man
$ info
Thank you
The quotes page is funny
How? Installing the right tools and changing configuration files wich are typically (but not always) located under /home/[your user]/.config/[application]
For example neofetch config is located at ~/.config/neofetch/config But i think that’s not the default config. An example config would be typically (but again not always) located at /usr/share/[application)
So what you would do is
cp -r /usr/share/neofetch ~/.config
vim ~/.config/neofetch/config
And edit the file however you want. Syntax is rarely the same between apps so prepare documentation if you do more than just change values
(Replace vim with you editor of choice)
The best starting point in my experience is https://regolith-desktop.com. You install it and get a noob-friendly, pre-configured unixporn desktop out of the box.
Once you start using it, the rest of the obscure programs referenced on /r/unixporn start making sense too.
Install hyprland and waybar, then check their wiki/docs
I’d advise to not use the waybar. It depends heavly on systemd. eww on the other hand works perfectly with other init systems. Also, it’s better to install some terminal emulator and application launcher first, otherwise working with the WM while configuring might be annoying.
Thanks for response, I didn’t know that.
No problem. I’ve just started to make my own dots and I’ve noticed that I can’t use waybar-hyprland after switching to Artix with s6.
deleted by creator
Have you ever tried theming before ? Like changing gtk themes and cursor themes
deleted by creator