color palette
background
#15141b
foreground
#edecee
accent
#a277ff
cursor
#a277ff
selection background
#29263c
selection foreground
#edecee
color0
#110f18
color1
#ff6767
color2
#61ffca
color3
#ffca85
color4
#a277ff
color5
#a277ff
color6
#61ffca
color7
#edecee
color8
#4d4d4d
color9
#ff6767
color10
#61ffca
color11
#ffca85
color12
#a277ff
color13
#a277ff
color14
#61ffca
color15
#edecee
preview
readme
░█▀▀█ ░█▀▀▀█ ░█▀▀█ ░█▀▀█ ░█▀▀▀ ░█▀▀█ ░█▄─░█ ▀█▀ ░█▀▀█ ░█─░█ ▀▀█▀▀
░█─── ░█──░█ ░█▄▄█ ░█▄▄█ ░█▀▀▀ ░█▄▄▀ ░█░█░█ ░█─ ░█─▄▄ ░█▀▀█ ─░█──
░█▄▄█ ░█▄▄▄█ ░█─── ░█─── ░█▄▄▄ ░█─░█ ░█──▀█ ▄█▄ ░█▄▄█ ░█─░█ ─░█──
🌌 Omarchy: Copper Night
"Where the deep indigo of Tokyo meets the warm glow of an ember sunset."
A high-performance Hyprland rice for Omarchy — featuring a carefully crafted Tokyo Night palette
kissed by a striking Copper-Orange border that glows like a setting sun.
📸 Screenshots
| | |
|:---:|:---:|
| |
|
|
|
|
|
|
|
|
|
|
✨ Theme Highlights
| | Feature | Description | |:---:|:---|:---| | 🖼️ | Wallpaper | Traditional Japanese Pixel Art Pagoda — handpicked for the aesthetic | | 🪟 | Widgets | Floating diagnostic panels with custom animated resource bars | | 🎨 | Color Palette | Deep Indigos · Electric Magentas · Warm Copper-Orange accents | | 🌤️ | Weather Widget | Live weather display with configurable location | | 🔒 | Lock Screen | Glassmorphism Hyprlock with blur, quotes, and media controls | | 🎵 | Media Controls | Playerctl integration with full Spotify Flatpak support |
🚀 Installation
Choose the method that suits you best. Both paths lead to the same beautiful result.
⚡ Option A — Theme Only (Minimal)
Just want the colors and wallpaper? Run this single command:
omarchy-theme-install https://github.com/hembramnishant50-glitch/omarchy-coppernight-theme.git
🌟 Option B — Full Install (Recommended)
Installs all system dependencies, safely backs up your existing Waybar config, and applies the complete Copper Night theme with a fully configured Waybar.
# 1. Install dependencies
sudo pacman -S --needed \
python-requests \
python-psutil \
networkmanager \
papirus-icon-theme \
pavucontrol \
bc
# 2. Install the theme
omarchy-theme-install https://github.com/hembramnishant50-glitch/omarchy-coppernight-theme.git
# 3. Backup existing Waybar config (safe — uses a random suffix)
[ -d ~/.config/waybar ] && mv ~/.config/waybar ~/.config/waybar-backup-$RANDOM
# 4. Apply the Copper Night Waybar config
mkdir -p ~/.config/waybar
cp -r ~/.config/omarchy/themes/coppernight/waybar/. ~/.config/waybar/
chmod +x ~/.config/waybar/scripts/*
# 5. Apply Papirus Dark icons
gsettings set org.gnome.desktop.interface icon-theme 'Papirus-Dark'
# 6. Restart Waybar
killall waybar; (waybar > /dev/null 2>&1 &)
💡 Tip: Your old Waybar config is backed up as
~/.config/waybar-backup-XXXXX. Nothing is deleted.
🎨 Waybar Variants
Copper Night ships with three Waybar layouts. Pick the one that fits your style.
⚠️ Waybar-1 and Waybar-2 require Option A or Option B to be completed first.
🅰️ Default Waybar (included with Option B)
Clean, minimal — ships with the full install out of the box.
🅱️ Waybar-1 — Pill Style
Neon pill borders · Rounded segments · Compact & clean
Install:
cd ~/.config/omarchy/current/theme/EXTRA/WAYBARS/waybar-1 && chmod +x Setup-Waybar.sh && ./Setup-Waybar.sh && chmod +x ~/.config/waybar/scripts/*
💡 Your old config is backed up as
~/.config/waybar-XXXX. Rename it back anytime to restore.
⚡ Waybar-2 — Ember Arc
Copper warmth · Floating arcs · Glows like a setting sun
Install:
cd ~/.config/omarchy/current/theme/EXTRA/WAYBARS/waybar-2 && chmod +x waybar-setup.sh && ./waybar-setup.sh
⚙️ Configuration
🌤️ Weather Widget — Set Your City
The weather widget displays New York by default. Change it in three steps:
# Step 1 — Open the weather script
nano ~/.config/waybar/scripts/weather.py
# Step 2 — Find and update CITY
# ── Configuration ─────────────────────────────
CITY = "Tokyo" # ← Replace with your city name
# Step 3 — Save (Ctrl+O → Enter), Exit (Ctrl+X), then restart Waybar
killall waybar; waybar &
🔒 Hyprlock — Custom Lock Screen
Glassmorphism lock screen with live clock, random quotes, and media controls
⚠️ Run this after completing Option A or Option B above.
# 1. Install Playerctl (required for media key support)
sudo pacman -S --needed playerctl
# 2. Fix Spotify media controls (Flatpak only)
if command -v flatpak &> /dev/null; then
flatpak override --user \
--talk-name=org.mpris.MediaPlayer2.spotify \
com.spotify.Client
fi
# 3. Copy lock screen config files
cp -r \
~/.config/omarchy/current/theme/scripts \
~/.config/omarchy/current/theme/quotes.txt \
~/.config/omarchy/current/theme/hyprlock.conf \
~/.config/hypr/
# 4. Make scripts executable
chmod +x ~/.config/hypr/scripts/*
🖼️ Customizing the Lock Screen
Edit the config to swap your wallpaper and profile picture:
nano ~/.config/hypr/hyprlock.conf
# ── Background Wallpaper ──────────────────────────────────────
background {
monitor =
path = /home/YOUR_USER/Pictures/your-wallpaper.jpg # ← .jpg or .png
blur_passes = 0 # 0 = sharp | 3 = soft glass | 5+ = dreamy glow
blur_size = 7
}
# ── Profile Picture ───────────────────────────────────────────
image {
monitor =
path = /home/YOUR_USER/Pictures/your-avatar.png # ← .jpg or .png
size = 150
}
💡 Blur Presets
| blur_passes | Effect |
|:---:|:---|
| 0 | Sharp — no blur at all |
| 2 | Subtle — light frost |
| 3 | Standard — soft glass |
| 5+ | Heavy — dreamy glow |
🎨 Color Palette
| Swatch | Name | Hex |
|:---:|:---|:---|
| | Background |
#1a1b2e |
| | Deep Indigo |
#565f89 |
| | Electric Blue |
#7aa2f7 |
| | Magenta |
#bb9af7 |
| | Copper-Orange |
#c87941 |
| | Foreground |
#c0caf5 |
🖼️ Wallpaper Collection
All wallpapers ship with the theme and are optimized for dark desktop aesthetics.
🌙 Featured — Cats at Moonrise
Five cats perched before a copper sunset — the spirit of Copper Night in one frame.
🖼️ Full Collection
| | |
|:---:|:---:|
| |
|
| ⚔️ The Last Swordsman · Dark Fantasy | 👺 Girl & Hannya · Monochrome Yokai |
|
|
|
| 🪶 Itachi & The Crows · Akatsuki | 🏯 Mountain Castle · Pixel Art |
📊 Catalog & Specs
| Wallpaper | Style | Resolution | |:---|:---|:---:| | 🐱 Cats at Moonrise | Lofi · Ghibli | 3840 × 2160 | | 🏯 Mountain Castle | Pixel Art | 5120 × 2880 | | ⚔️ The Last Swordsman | Dark Fantasy | 3840 × 2160 | | 👺 Girl & Hannya | Monochrome · Yokai | 3840 × 2160 | | 🪶 Itachi & The Crows | Naruto · Akatsuki | 3840 × 2160 |
🤝 Contributing
Got ideas? Found a bug? Contributions are warmly welcome!
- Fork this repository
- Create a feature branch:
git checkout -b feat/your-idea - Commit your changes:
git commit -m "feat: add your idea" - Push and open a Pull Request