Skip to content

Commit 8afa2fe

Browse files
authored
Fix link-check false failures and awesome guideline compliance (#47)
* Fix link-check false failures - Exclude ssp.sh blog link: it returns 403 to GitHub Actions runner IPs (bot protection) while serving 200 to normal browsers, causing link-check to fail on unrelated PRs - Remove accidentally committed lychee ELF binary from repo root: it collides with lychee-action's 'lychee/' output directory (mkdir: cannot create directory 'lychee': File exists) * Fix awesome guideline compliance issues in README - Make the objective project description the primary top description - Remove .git suffix from omarchy-void-theme URL - Fix grammar: 'A Omarchy plugin' -> 'An Omarchy plugin' - Fix typo: 'theme base on' -> 'theme based on' - Remove blank line splitting the Articles and Tutorials list - Rewrite weak descriptions that restated entry names (motivator, ayu-dark, ayu-light) - Replace description-internal dashes with periods (hyprwhspr, OMARCHY-VM-UTM)
1 parent 17fd827 commit 8afa2fe

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/lychee.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ exclude = [
2323
"^https://localhost.*",
2424
"https://learn.omacom.io/2/the-omarchy-manual",
2525
"https://medium.com/@prathamgundikere/why-i-switched-to-omarchy-and-why-you-might-too-617d84ac63ce",
26+
# Blocks GitHub Actions runner IPs with 403 (works fine from a browser)
27+
"https://www.ssp.sh/blog/macbook-to-arch-linux-omarchy/",
2628
]

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Awesome Omarchy [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
22

3-
> A curated list of awesome Omarchy themes, resources, and tools for the modern Arch Linux/Hyprland setup.
3+
> [Omarchy](https://omarchy.org/) is an opinionated Arch Linux/Hyprland configuration that transforms a fresh Arch installation into a fully-configured, beautiful, and modern desktop environment with a single command.
44
5-
[Omarchy](https://omarchy.org/) is an opinionated Arch Linux/Hyprland configuration that transforms a fresh Arch installation into a fully-configured, beautiful, and modern desktop environment with a single command.
5+
A curated list of Omarchy themes, resources, and tools.
66

77
## Contents
88

@@ -25,7 +25,7 @@
2525
- [armarchy](https://github.com/nilszeilon/armarchy) - ARM architecture-optimized fork of Omarchy.
2626
- [deckarchy](https://github.com/aorumbayev/deckarchy) - Steam Deck hardware fixes and optimizations for Omarchy installation.
2727
- [Fedpunk](https://github.com/hinriksnaer/Fedpunk) - Omarchy-based desktop configuration and modular theming engine for Fedora.
28-
- [hyprwhspr](https://github.com/goodroot/hyprwhspr) - Native speech-to-text for Arch / Omarchy - Fast, accurate and easy system-wide Whisper dictation.
28+
- [hyprwhspr](https://github.com/goodroot/hyprwhspr) - Native speech-to-text for Arch / Omarchy. Fast, accurate and easy system-wide Whisper dictation.
2929
- [Okimarchy](https://github.com/cristian-fleischer/okimarchy) - An Omarchy fork that adds support for niri window manager alongside Hyprland, with runtime switching and unified theming.
3030
- [omadora](https://github.com/elpritchos/omadora) - Minimal Fedora install based on Omarchy.
3131
- [omarchy-cachyos](https://github.com/lentra0/omarchy-cachyos) - Opinionated CachyOS/Hyprland Setup.
@@ -118,15 +118,15 @@
118118
- [omarchy-venice-from-above](https://github.com/mattbbia/venice-from-above-omarchy) - A light Omarchy theme inspired by the 15th century bird's eye view mapping of Venice.
119119
- [omarchy-vesper-theme](https://github.com/thmoee/omarchy-vesper-theme) - Dark theme with warm vesper-orange highlights.
120120
- [omarchy-vhs80-theme](https://github.com/tahayvr/omarchy-vhs80-theme) - Retro VHS-inspired theme with 80s aesthetics and neon colors.
121-
- [omarchy-void-theme](https://github.com/vyrx-dev/omarchy-void-theme.git) - Low-contrast purple theme with soft accents for a calm UI.
121+
- [omarchy-void-theme](https://github.com/vyrx-dev/omarchy-void-theme) - Low-contrast purple theme with soft accents for a calm UI.
122122
- [omarchy-wasteland-theme](https://github.com/perfektnacht/omarchy-wasteland-theme) - Post-apocalyptic wasteland-inspired color scheme.
123123
- [omarchy-whitegold-theme](https://github.com/HANCORE-linux/omarchy-whitegold-theme) - Light and elegance intertwined with gold accents.
124124
- [omarchy-waveform-dark-theme](https://github.com/hipsterusername/omarchy-waveform-dark-theme) - Dark theme with waveform-inspired design patterns.
125-
- [omarchy-motivator-theme](https://github.com/rondilley/omarchy-motivator-theme) - Omarchy Theme for maximum motivation.
125+
- [omarchy-motivator-theme](https://github.com/rondilley/omarchy-motivator-theme) - Theme for maximum motivation.
126126
- [omarchy-archriot-theme](https://github.com/CyphrRiot/omarchy-archriot-theme) - ArchRiot theme for Omarchy by CyphrRiot.
127127
- [omarchy-arc-blueberry](https://github.com/vale-c/omarchy-arc-blueberry) - Arc Blueberry inspired colors tailored for Omarchy.
128-
- [omarchy-ayu-dark-theme](https://github.com/fdidron/omarchy-ayu-dark-theme) - Omarchy Ayu Dark Theme.
129-
- [omarchy-ayu-light-theme](https://github.com/fdidron/omarchy-ayu-light-theme) - Omarchy Ayu Light Theme.
128+
- [omarchy-ayu-dark-theme](https://github.com/fdidron/omarchy-ayu-dark-theme) - Ayu Dark color scheme adaptation.
129+
- [omarchy-ayu-light-theme](https://github.com/fdidron/omarchy-ayu-light-theme) - Ayu Light color scheme adaptation.
130130
- [omarchy-github-light-theme](https://github.com/ryanyogan/omarchy-github-light-theme) - GitHub Light theme adaptation.
131131
- [omarchy-night-owl-theme](https://github.com/maxberggren/omarchy-night-owl-theme) - Dark blue night owl theme for Omarchy.
132132
- [omarchy-catppuccin-mocha-theme](https://github.com/KidDogDad/omarchy-catppuccin-mocha-theme) - Catppuccin Mocha theme for Omarchy.
@@ -137,7 +137,7 @@
137137
- [omarchy-rose-pine-dawn-theme](https://github.com/ryanyogan/omarchy-rose-pine-dawn-theme) - Rose Pine Dawn light theme.
138138
- [omarchy-rose-pine](https://github.com/guilhermetk/omarchy-rose-pine) - Rose Pine theme for Omarchy.
139139
- [omarchy-anonymous-theme](https://github.com/j4v3l/omarchy-anonymous-theme) - Minimalist monochrome modern theme.
140-
- [omarchy-fire-and-shadow-theme](https://github.com/mattbbia/fire-and-shadow) - A moody, somber theme base on the paintings of Joseph Wright.
140+
- [omarchy-fire-and-shadow-theme](https://github.com/mattbbia/fire-and-shadow) - A moody, somber theme based on the paintings of Joseph Wright.
141141
- [omarchy-firesky-theme](https://github.com/bjarneo/omarchy-firesky-theme) - Fire-lit sky inspired theme for deep focus.
142142
- [omarchy-wood-theme](https://github.com/bjarneo/omarchy-wood-theme) - Natural wood-inspired theme.
143143
- [omarchy-pulsar-theme](https://github.com/bjarneo/omarchy-pulsar-theme) - Vibrant, cosmic-inspired dark theme for Omarchy that captures the brilliant energy of neutron stars.
@@ -177,8 +177,8 @@
177177
- [omarchy-waybar](https://github.com/timmo001/omarchy-waybar) - Omarchy Waybar configuration and customizations.
178178
- [waybar-themes](https://github.com/HANCORE-linux/waybar-themes) - Collection of Waybar themes with various styles and combinations for Omarchy.
179179
- [omarchy-hypr](https://github.com/timmo001/omarchy-hypr) - Omarchy Hyprland configuration files and settings.
180-
- [OMARCHY-VM-UTM](https://github.com/hjanuschka/OMARCHY-VM-UTM) - OMARCHY VM for UTM - Pre-configured Arch Linux virtual machine.
181-
- [omarchy-workspace-mover](https://github.com/jonashan/omarchy-workspace-mover) - A Omarchy plugin for moving workspaces between monitors.
180+
- [OMARCHY-VM-UTM](https://github.com/hjanuschka/OMARCHY-VM-UTM) - Pre-configured Arch Linux virtual machine for UTM.
181+
- [omarchy-workspace-mover](https://github.com/jonashan/omarchy-workspace-mover) - An Omarchy plugin for moving workspaces between monitors.
182182
- [omarchy-wireguard-vpn-toggle](https://github.com/JacobusXIII/omarchy-wireguard-vpn-toggle) - WireGuard VPN toggle for Omarchy's Waybar.
183183
- [omarchy-vpn](https://github.com/limehawk/omarchy-vpn) - WireGuard VPN manager TUI with live connection stats, inline config import/rename, and optional Waybar module.
184184
- [omazed](https://github.com/APS6/omazed) - Live theme switching for Zed editor in Omarchy.
@@ -244,7 +244,6 @@
244244
- [Why I Switched to Omarchy (and Why You Might Too)](https://medium.com/@prathamgundikere/why-i-switched-to-omarchy-and-why-you-might-too-617d84ac63ce) - Medium article about discovering and adopting Omarchy.
245245
- [This One Command Turned My Arch Install Into a Beautiful Hyprland Setup](https://news.itsfoss.com/omarchy/) - It's FOSS review of Omarchy installation and features.
246246
- [Installing Omarchy on Arch - iFixit Repair Guide](https://www.ifixit.com/Guide/Installing+Omarchy+on+Arch/190367) - Step-by-step installation guide on iFixit.
247-
248247
- [Installing Omarchy via Arch Linux on macOS](https://deepakness.com/raw/installing-arch-omarchy-on-mac/) - Guide for installing on Mac hardware.
249248
- [Configuring Omarchy on Beelink](https://www.dennisokeeffe.com/blog/2025-07-17-configuring-arch-linux-omarchy-via-mac) - Configuration guide for Beelink mini PCs.
250249
- [Sudomarchy](https://sudomarchy.com) - PO Martel's blog offering Omarchy & Hyprland tips and tweaks.

lychee

-25.2 MB
Binary file not shown.

0 commit comments

Comments
 (0)