Many people like their things to look nice. I am one of those people. I like things to look nice all the time. One of the things I like to look nice is my PC's desktop. I have to look at it constantly, so it might as well be pretty.
Ricing is the term used to describe the process of making a desktop environment look nice. This usually involves at least several steps, including installing a window manager, a theme, custom icons, and making the terminal look nice. Windows, however isn't meant to have every single part of it tweaked and customized, so we have to make some concessions.
Note that many ricers think that ricing is about making their computer more efficient for their workflow. I disagree. I believe that improved workflow is a sideeffect of good aesthetic, and my personal aesthetic is based in functionality. Also cyberpunk.
This guide aims to be a resource for entry level ricers to ricing their Windows 10 environment. It also applies to anyone seeking to be a power-user, or someone who tries to use their system to its full capabilities. Most of this is my personal preference, but I'll try to be impartial.
Included in this guide are links to software, config files, and application specific themes. I also make some reccomendations as to other software to include if you're a developer who's looking to make Windows more functional for general development.
Prior to starting this guide, I'd warn that this guide will lead to something that works with my personal taste. I recommend that you tweak the styles and settings for everything I do after finishing this. Almost everything I use, I tweak constantly, as I figure out what works for me.
This one seems simple and it is. All this is is choosing a wallpaper that matches what you like. I chose some fantasy pixel art by Noah Bradley, but that's just because I already liked his stuff. But know that choosing a wallpaper is still very important because this will determin how your aesthetic goes for the rest of the process. Sticking to a single theme will create a more cohesive environment for your work and will be more pleasing to a passerby. Additionally, try to choose something high resolution, as it'll look bad on your screen otherwise.
This is where things get fun. Window Managers, or WMs for short, come in many varieties. In Windows 10, you have a panelled WM, which has applications running in panels that are manually moved by the user. One of the most popular varieties is the tiling WM, which has applications fit snugly into predefined boxes on the screen. A popular example for *nix systems is awesome, which is known for having a complex keyboard scheme for complex window movement. I personally don't like to use awesome, as it is too complex for my tastes.
The are 2 WMs I would recommend.
bug.n is good for anyone who prefers the keyboard over their mouse. It is also highly configurable and the Hotkeys can be changed. One issue with bug.n is the lack of development. It recieves few updates regularly so I wouldn't expect many of the existing bugs to be fixed. Another issue is running bug.n at startup. As a result of being written in a scripting language not native to Windows, running bug.n at startup didn't work on my system. If you plan to use bug.n, I'd recommend that you add a shortcut to your Start Menu to start it manually.
-
FancyZones from Microsoft PowerToys
FancyZones is a great WM for people who prefer their mouse over their keyboard. It offers the ability to be customized quickly and easily. It also allows for keys to be used to move windows around the layout, but these may not work for every application, depending on how they handle the "Windows" key. One drawback of FancyZones is that it does not autosort your windows. Moving one window into a zone that is already occupied simply places it over that window. While this won't be an issue for everyone, it is a feature I wish it had. It also doesn't force windows into a zone, which may or may not be an issue for you. Additionally, it is also attached to the other tools in PowerToys, which I like, but it means that you cannot install FancyZones alone.
Either of these may work depending on your needs. I use FancyZones, but only because I wanted to use as many standalone applications as possible. Again, I implore you to try out both and determine what works best for you. Additionally, if you feel that neither of these fit your needs, there are other WMs out there, but they usually cost money.
This is where things get a little strange for Windows 10 users. Unlike *nix systems, Windows 10 doesn't require you to use the console at all. Everything you need to do, you can accomplish without even knowing the console exists. This goes for programming as well.
I'm still going to cover the basics of ricing a terminal, but it's not really necessary for everyone.
An Aside: Windows Subsystem for Linux
The reason I use Windows 10 instead of an *nix is because Windows has more support. Do I wish I had Ubuntu often? Yes. But Window is easy to use by default and it makes up for it's lack of customizability with a wealth of software options to choose from for everything. I don't recommend Windows, I actually like *nix more, but for development, I find that Windows is just easier to setup. Because this isn't a guide to setting up a development environment on Windows 10, I will not be covering the installation process for WSL here, but they already have a really simple guid on that, but because I use WSL, the terminal I mention here is compatible with it by default, which is something I was specifically looking for. If you find that it doesn't suit your needs, I suggest looking for something you do like.
For anyone who uses the terminal, however, it is one of the things that everyone has an opinion on. There are dozens of terminals to choose from, even for Windows users. Here is a list of things I like to see in a terminal.
- Easy to configure
- Allows for multiple tabs
- Allows for custom and third-party themes to be easily installed.
- Responsive
- Compatible with WSL (See above aside)
I have found these things in a Microsoft supported, open-source terminal.
Windows Terminal is the best, in my opinion. It has all of the things I mentioned above. Microsoft even went ahead and created a monospaced font specifically for their terminal as well. Becuase of the fact that I like this terminal so much, I have shared my personal config with you in a file called wt-settings.json
. It includes a theme called "Scarlet Protocol" form the site Windows Terminal Themes where they have a variety of common and uncommon themes available for free. Additonally, it supports features that I don't use, such as split-panes. I cannot speak highly enough of Microsoft for supporting the developers who use Windows.
It's at this point that you could stop ricing your Windows 10 system. No one would judge you. These tools make it easy to have a beautiful system that's pleasing to look at and fun to use. If you'd like to keep going, however, that's also fine. Most of the following steps are mostly about aesthetic.
Thanks you