Screen Recording in Omarchy - As a Mac switcher to Omarchy I needed an easy way of doing quick screen recordings without firing up OBS Studio (which may or may not have an easy way to do screen recordings - I just haven’t learnt it yet). I was used to CleanShotX on the Mac which made it super simple to do quick demo screencasts (which I do often)
This guide will walk you through creating a screen recording system with a flashing red indicator in your waybar, automatic video compression, and seamless clipboard integration.
What We’re Building
- Visual feedback: A flashing red dot in waybar while recording
- Region selection: Use slurp to select exactly what to record
- Audio support: Record with microphone audio or silent mode
- Smart compression: Automatically compress recordings with H.264
- Clipboard integration: Video path copied to clipboard when done
- One-key operation: Start/stop recording with a single keybind
Dependencies
Before we start, install these packages on Arch:
sudo pacman -S wl-screenrec slurp wl-clipboard ffmpeg waybar
wl-screenrec
- Wayland screen recorderslurp
- Region selection toolwl-clipboard
- Clipboard utilities for Waylandffmpeg
- For video compressionwaybar
- Status bar (you probably already have this)