u/sudomarchy

▲ 39 r/omarchy

Foot will be the default terminal in the next version of Omarchy. Have you tried it yet?

I’ve been using Ghostty as my main terminal since switching to Omarchy, but I recently decided to give foot a real try because of how lightweight and incredibly fast it is.

At first, I really missed Ghostty’s built-in tabs and panes. But now that tmux is so well integrated into Omarchy, I ended up remapping my most-used Ghostty shortcuts in tmux instead, and the workflow has been surprisingly smooth.

Curious what others think. Have you tried Foot yet?

reddit.com
u/sudomarchy — 2 days ago
▲ 469 r/omarchy

The waybar is is going away in Omarchy 4.0. Quickshell will replace it.

This video is not actually Omarchy but a Quickshell demo.

As DHH said on X, Omarchy is going all-in on Quickshell.

This is very promising but it might be a rough transition, especially for those who put a lot of effort into customizing their Waybar!

u/sudomarchy — 7 days ago

Colour the cat!

cat is a command I use all the time to view the content of text files.

If you've never used cat, open a terminal with SUPER + ENTER and try it on your Bash config:

cat ~/.bashrc

For a distro like Omarchy, which puts a strong emphasis on aesthetics, this plain black-and-white output is a bit disappointing.

Let's fix that.

Omarchy ships with a cat replacement named bat. Its motto is "a cat clone with wings". It includes syntax highlighting, Git integration, and pagination.

Try it on the same file:

bat ~/.bashrc

Now you get colours, line numbers, and pagination. Nice!

Read the full post here: https://sudomarchy.com/posts/colour-the-cat

u/sudomarchy — 9 days ago
▲ 66 r/omarchy

Spotify is my music streaming platform of choice and I love that they have a Linux client that comes bundled with Omarchy.

Unfortunately, that client is an Electron app and it’s a memory and process hog, even when minimized to the system tray. So much so that it’s the main reason my computer fan kicks in. Listening to music with the background noise of a fan, when I’m not wearing headphones, is not what I would call the best audiophile experience.

After trying different optimizations and alternative clients, I settled on spotifyd, which is a small Spotify Connect daemon that runs in the background.

Now I can open the Spotify app on my computer or my phone, select a playlist, close the app completely, and let the daemon play the music. Playback controls like play/pause and previous/next track work with the daemon, so I only open Spotify when I want to change the playlist.

Read the full post here: https://sudomarchy.com/posts/stop-spotify-from-hogging-your-cpu-and-memory

u/sudomarchy — 16 days ago