adsovetzky/Adsovetzky-Omarchy-s-Waybar

Adsovetzky, Omarchy Waybar, yep

151

stars

112

commits

CSS

primary language

Nov 30, 2025

updated

README

Adso's Omarchy's waybar

✌️ Update

Full releases here

🎨 Credit + describe

  • Waybar v1.3: Written by me alone!
  • Waybar v1.3a: it v1.3b but move the weather module into middle
  • Waybar v1.3b: More customization for the network module
  • Waybar v1.3c: Omarchy default waybar but with all v1.3 modules!
  • Waybar v1.3c.2: Stil v1.3c but it float (what wrong with me)
  • Waybar v1.4: Also by me, with great inspiration from forest green theme 🌲
  • Waybar v1.5 it v1.3 but in portrait orientation LOL (at this one, i remove mrpis, window and weather cuz it is too cumbersome to display it vertically, I would be shocked if someone actually used this as a waybar lfmao)
  • Waybar v1.6 Aright. this is v1.3 but with google materials style (at horizontal waybar!)

NOTE (before try these waybar)

  • i didnt update the bluetooth module to omarchy 3.2 cuz lack of time, so if u still want to try, make sure you are do it urself

🖼️ Preview

Horizontal waybar:

Waybar v1.3

Waybar 1.3 Waybar 1.3

Waybar v1.3a

Waybar 1.3a Waybar 1.3a

Waybar v1.3b

Waybar 1.3b Waybar 1.3b

Waybar v1.3c

Waybar 1.3c

Waybar v1.3c.2

Waybar 1.3c.2

Waybar v1.4

Waybar 1.4 Waybar 1.4

Waybar v1.6

Waybar 1.6 Waybar 1.6

Vertical waybar:

Waybar v1.5

Waybar 1.5 Waybar 1.5

🚀 Quick Install

Before install waybar, if you want weather feature, install this package (skip if you aready had it)

yay -S wttrbar

Choose the version of Waybar you want to use, copy the command, paste it into your terminal, and everything will work smoothly >w<!✨

Waybar v1.3
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.3/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.3/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.3a
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.3a/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.3a/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.3b
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.3b/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.3b/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.3c
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.3c/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.3c/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.3c.2
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.3c.2/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.3c.2/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.4
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.4/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.4/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.5
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.5/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.5/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.6
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.6/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.6/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Contributors

adsovetzky

112 commits

adsovetzky/Adsovetzky-Omarchy-s-Waybar

Adsovetzky, Omarchy Waybar, yep

151

stars

112

commits

CSS

primary language

Nov 30, 2025

updated

README

Adso's Omarchy's waybar

✌️ Update

Full releases here

🎨 Credit + describe

  • Waybar v1.3: Written by me alone!
  • Waybar v1.3a: it v1.3b but move the weather module into middle
  • Waybar v1.3b: More customization for the network module
  • Waybar v1.3c: Omarchy default waybar but with all v1.3 modules!
  • Waybar v1.3c.2: Stil v1.3c but it float (what wrong with me)
  • Waybar v1.4: Also by me, with great inspiration from forest green theme 🌲
  • Waybar v1.5 it v1.3 but in portrait orientation LOL (at this one, i remove mrpis, window and weather cuz it is too cumbersome to display it vertically, I would be shocked if someone actually used this as a waybar lfmao)
  • Waybar v1.6 Aright. this is v1.3 but with google materials style (at horizontal waybar!)

NOTE (before try these waybar)

  • i didnt update the bluetooth module to omarchy 3.2 cuz lack of time, so if u still want to try, make sure you are do it urself

🖼️ Preview

Horizontal waybar:

Waybar v1.3

Waybar 1.3 Waybar 1.3

Waybar v1.3a

Waybar 1.3a Waybar 1.3a

Waybar v1.3b

Waybar 1.3b Waybar 1.3b

Waybar v1.3c

Waybar 1.3c

Waybar v1.3c.2

Waybar 1.3c.2

Waybar v1.4

Waybar 1.4 Waybar 1.4

Waybar v1.6

Waybar 1.6 Waybar 1.6

Vertical waybar:

Waybar v1.5

Waybar 1.5 Waybar 1.5

🚀 Quick Install

Before install waybar, if you want weather feature, install this package (skip if you aready had it)

yay -S wttrbar

Choose the version of Waybar you want to use, copy the command, paste it into your terminal, and everything will work smoothly >w<!✨

Waybar v1.3
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.3/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.3/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.3a
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.3a/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.3a/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.3b
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.3b/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.3b/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.3c
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.3c/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.3c/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.3c.2
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.3c.2/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.3c.2/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.4
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.4/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.4/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.5
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.5/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.5/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Waybar v1.6
# clone the config from github
git clone https://github.com/adsovetzky/Adsovetzky-Omarchy-s-Waybar.git
cd Adsovetzky-Omarchy-s-Waybar

# Backup ur current config and style into "backup" folder
mkdir -p ~/.config/waybar/backup-waybar
[ -d ~/.config/waybar ] && mv ~/.config/waybar/* ~/.config/waybar/backup-waybar/ 2>/dev/null

# Replace with the new Waybar config!
cp -r ./waybar-1.6/config.jsonc ~/.config/waybar/
cp -r ./waybar-1.6/style.css ~/.config/waybar/

# Delete the clone
cd ..
rm -rf Adsovetzky-Omarchy-s-Waybar

# And now restart ur Waybar!!!
omarchy-restart-waybar

Contributors

adsovetzky

112 commits

Languages

CSS

100.0%