this post was submitted on 17 Aug 2023
30 points (94.1% liked)

unixporn

4172 readers
1 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
  3. Busy
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW

founded 1 year ago
MODERATORS
 

Does anyone have good resources for getting started on these kind of customizations? I've done basic stuff in the past like applying themes to whatever DE came with whatever distro I installed. But I'd like to get started learning to use tiling window managers, custom floating bars, etc.

you are viewing a single comment's thread
view the rest of the comments
[–] recursivesive 3 points 1 year ago* (last edited 1 year ago)

The best way to start is reading the documentation of the project. For example, the docs of i3 (a tiling window manager) are pretty good.

You could do a live USB of Manjaro i3 to test it before installing, that specific disto even comes with basic instructions on how to use i3 written in the default wallpaper. Then start hacking away the config file, and when comfortable, replace the i3 status bar with polybar, which also has great docs and lots of examples.

Trial and error is a good way to learn, and in a live USB you don't have risks*, except losing everything after rebooting, in which case you could try to run the OS in VirtualBox.

Luke Smith in YT has some pretty good videos explaining stuff.

*as long as you don't do something very silly, like mounting your drive and formatting/repartitioning it, or trying to install the distro where your actual OS lives.