Skip to content

HANCORE-linux/waybar-themes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,650 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Waybar Themes

My Waybar themes with individual and personalized designs. Enjoy exploring and customizing them!

Stars Forks Issues Buy Me A Coffee

Usability

Details - These configs are Omarchy-based, including optional Omarchy-specific modules (logo, screen recorder, update module). Aside from that, they use standard modules (e.g. pacman updates, wttrbar), so they can be used on any distro by simply removing the Omarchy modules and define colors.

Instructions

Details My Waybar configurations use additional packages such as wttrbar (weahter module) and waybar-cava-module-update-git (pacman AUR updates).
yay -S waybar-module-pacman-updates-git
yay -S wttrbar

Reset Waybar to default Omarchy style

Details To restore the default Omarchy Waybar look and config:
  1. Open the Omarchy Menu
    Press Super + Alt + Space
  2. Select Update
  3. Select Config
  4. Select Waybar

This action:

  • Resets ~/.config/waybar to the stock Omarchy version
  • Usually backs up your current custom config (e.g. to config.bak, style.css.bak, etc.)
  • Reloads Waybar automatically in most cases

V1

  • first creation of my own Waybar config
  • include weather, mpris, hyprland/window / pacman/update module / screenrecord button stop
V1 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-09-07_18-38-28

V1.1

  • island version of V1.6 with VOL dynamic circle status
V1.1 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.1/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-01-18_01-41-05

V1.2

  • Split left/right modules into separate groups with full rounded corners on both ends
V1.2 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.2/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-01-24_14-39-46

V1.3

  • double Split left/right modules into separate groups with full rounded corners on both ends
V1.3 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.3/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-01-28_09-44-28

V1.4

  • new workspace style with static dark colors
V1.4 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.4/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-02-15_21-31-53

V1.4b

  • new workspace style , long version with dynamic theme color support
V1.4b Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.4b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-02-16_20-53-42

V1.5

  • V1 base evolved: numbered workspaces, ultra-minimal full-width bar with shadowed modules seamlessly integrated into the background
V1.5 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.5/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-01-01_22-19-57

V1.6

  • long bar - dynamic RAM/CPU rounded circle's
V1.6 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.6/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V1 6

V1.7

  • short bar with text modules on right side
  • includes custom window script by Astraeya , make script executable : chmod +x ~/.config/waybar/window_pill.py
V1.7 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.7/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-02-21_22-28-19

V1.8

  • single bars of V1.7
  • includes custom window script by Astraeya , make script executable : chmod +x ~/.config/waybar/window_pill.py
V1.8 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.8/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-03-02_22-22-00

V1.9

  • more varations of base config V1.7
  • includes custom window script by Astraeya , make script executable : chmod +x ~/.config/waybar/window_pill.py
V1.9 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.9/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-03-10_20-29-36

V1.9a

  • single rounded island version of base config V1.7
  • includes custom window script by Astraeya , make script executable : chmod +x ~/.config/waybar/window_pill.py
V1.9a Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.9a/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-03-11_21-36-37

V1.9b

  • added cpu / mem / battery bar , changes color depends on load
V1.9b Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.9b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V1.9c

  • longbar , added cpu / mem / battery bar , changes color and width depends on load
  • added mpris scrolling text script by Mezutelni
  • make sure script is executable: chmod +x ~/.config/waybar/scrolling-mpris.py
V1.9c Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.9c/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V1.9d

  • midbar with new workspace bars
V1.9d Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V1.9d/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V2

  • New V2 version with static Gruvbox color scheme - see color source
V2 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-18_15-37-41

V2.a

  • New V2.a see PR - static Gruvbox color scheme by @stannorbvb-cmd Dazzaai
V2.a Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.a/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
556441415-66473bed-9599-450a-8295-1548473020a8

V2.1

  • New V2.1 version with static Rose Pine Dark color scheme - rose-pine .css color scheme from this source: RosePine
  • recreated Waybar like in Galary "Rosé Pine" and added my own modules/functions to it
V2.1 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.1/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-18_21-55-30

V2.1a

  • Oxocarbon-Theme Waybar style with static colors (island-version) - Thanks to Astraeya for his window-script!
V2.1a Install-command (copy and paste in your terminal):
STEP1
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.1a/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
STEP2
  • to make window_pill.py script executable use following command
chmod +x ~/.config/waybar/window_pill.py
STEP3
  • restart waybar
omarchy-restart-waybar
screenshot-2026-01-08_19-34-26

V2.1b

  • Oxocarbon-Theme Waybar style with static colors (long-bar version) - Thanks to Astraeya for his window-script!
V2.1b Install-command (copy and paste in your terminal):
STEP1
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.1b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
STEP2
  • to make window_pill.py script executable use following command
chmod +x ~/.config/waybar/window_pill.py
STEP3
  • restart waybar
omarchy-restart-waybar
screenshot-2026-01-08_21-51-52

V2.1c

  • monochrome waybar - static colors - inspired by OldJobobo monochrome-theme
V2.1c Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.1c/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-01-11_02-53-25

V2.2

  • multiple groups creations
V2.2 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.2/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-11-27_21-48-47

V2.2b

  • long bar version of V2.2
V2.2b Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.2b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-02-19_22-15-10

V2.3

  • base config v2.2 - all rounded and shadow boxed
V2.3 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.3/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-21_08-37-39

V2.4

  • base config V2.3 - minimal concept
V2.4 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.4/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-22_01-54-18

V2.5

  • black background with jap workspace buttons
  • Base config of V2.4 & V4.2 and in combination of (Credits to him) sofyan-rs hyprdots
V2.5 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.5/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-10_23-40-32

V2.5a

  • static quartz color
V2.5a Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.5a/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-02-14_16-31-36

V2.5b

  • dynamic color version
V2.5b Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.5b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-02-14_16-38-57

V2.6

  • Base config of V2.4 - short version
V2.6 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.6/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-23_11-52-52

V2.7

  • base config V2 - now with dynamic colors according to theme scheme
V2.7 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.7/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-28_16-37-24

V2.7b

  • Waybar V2.7b (based on V2.7): Right-side modules moved into a click-expandable tray
  • Battery module: Moved to the left to stay always visible for laptop users
V2.7b Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.7b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-31_21-43-38

V2.8

  • similar to V2.6 , less borders and the lowest possible height without losing readability & functionality
V2.8 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.8/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-30_14-34-12

V2.9

  • vertical bar - text based modules
V2.9 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.9/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V2.9a

  • bottom bar - shipped with some text based modules + accent colors
V2.9a Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.9a/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V2.9b

  • top bar version of V2.9a - shipped with some text based modules + extra accent colors on workspace module
V2.9b Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.9b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V2.9c

  • top bar version with custom omarchy.svg logo as home button
V2.9c Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.9c/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V2.9d

  • top single bar version with custom omarchy.svg logo as home button
V2.9d Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.9d/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V2.9e

  • another top bar version with custom omarchy.svg logo as home button
  • this verison also includes wttr weather module - set your location in config.json file reload waybar
V2.9e Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V2.9e/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V3

  • new waybar Style (without red accents)
  • base config is from (Credits goes to) , i added some functions according to my needs and changed the high
V3 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-11-07_12-03-43

V3.1

  • all shadow , waybar and tooltip
V3.1 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3.1/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-11-07_11-41-49

V3.1a

  • basic top bar with some red accents effects
V3.1a Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3.1a/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V3.1b

  • island bar with some red accents effects
V3.1b Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3.1b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V3.2

  • this Theme is recommended for darker Themes
  • all shadow & border with minimal concept
V3.2 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3.2/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-11-29_23-12-06

V3.3

  • shadow bar with minimal concept (wttbar, mpris, pacmanupdates, hyprland/window)
V3.3 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3.3/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-04_21-01-02

V3.4

  • transparant and all shadow , waybar and tooltip
V3.4 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3.4/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-11-20_21-42-57

V3.5

  • minimal setup (cpu, memory, tempature, hyprland/window are excluded)
  • mpris support , bluetooth inside of tray icon
V3.5 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3.5/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V35

V3.6

  • minimal setup (memory, tempature, hyprland/window are excluded)
  • mpris support , bluetooth and gtk icons out of tray box
V3.6 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3.6/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V36

V3.6a

  • minimal setup (memory, tempature, hyprland/window are excluded)
  • mpris support , cava support, bluetooth and gtk icons out of tray box
  • Thanks Ankur for his cava script
STEP1
  • use the following V3-min2-cava Install command for waybar config
V3.6a Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3.6a/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
STEP2
  • to make cava.sh script executable use following command
chmod +x ~/.config/waybar/cava.sh
STEP3
  • restart waybar
omarchy-restart-waybar
V36a

V3.7

  • "Gnome" style with Omarchy theme set module (set your "home" Theme and switch back to it on click)
  • added also running window (app/title) per workspace (active one)
V3.7 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V3.7/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-01-03_23-09-08

V4

  • new waybar style with base config from V3 - please backup your config & style file before applying
  • module informations: leftside (omarchy-menu, workspaces, hyprland/window) center (clock, idle_inhibtor, omarchy-update, recording) rightside (packman-updates and the rest)
  • Contributions & Credits to Adso for helping to finish this :)
V4 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V4/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-09_00-42-46

V4.2

  • base config V4
V4.2 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V4.2/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-20_11-49-26

V4.2b

  • base config V4.2 , re-simplified
V4.2b Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V4.2b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V42b

V4.3

  • Enhancement release (Minimal build, mpris animation, wttrbar and gradient bottom color)
V4.3 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V4.3/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-11-28_21-48-35

V4.4

  • just an "optimized" adjustment of V4.3 modules (integration of modules in workspaces)
V4.4 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V4.4/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-01_20-13-22

V5

  • solo bars
V5 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V5/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V5

V5.b

  • "flat" style
V5.b Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V5.b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-03-08_23-35-10

V5.c

  • "3D" style
V5.c Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V5.c/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-19_23-40-56

V5.d

  • centered workspaces
V5.d Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V5.d/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-20_14-42-24

V5.e

  • added borders to all modules to fit the style of the workspaces
V5.e Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V5.e/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-20_15-39-22

V6

  • Original version by Adso, adapted by me to fit my needs and style
  • Shadow effects in the text field, icons, and page margins
  • length of waybar can be adjust in config.jsonc and change the "width" value to your needs
V6 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-11_22-16-59

V6.a

  • top-min bar - static colors - recommended for dark themes
V6.a Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.a/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-01-14_17-01-11

V6.aa

  • left-min bar - static colors - recommended for dark themes
V6.aa Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.aa/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V 6aa

V6.ab

  • double-top-min bar - static colors - recommended for dark themes
V6.ab Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.ab/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-01-14_21-24-34

V6.ab2

  • new version of double-top-min bar - dynamic colors
V6.ab2 Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.ab2/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar

V6.ac

  • top-min bar with dynamic colors
V6.ac Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.ac/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V6 ac

V6.b

  • less hight and added border-radius
V6.b Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.b/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-20_22-09-33

V6.ba

  • hidden system icons, new workspace style
V6.ba Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.ba/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-02-10_00-40-31

V6.c

  • long but minimal Style
V6.c Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.c/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-21_23-00-48

V6.ca

  • just waybar (no mpris, no hyprland/window) - bluetooth, backlight moved to into tray-group - shows only active workspaces
V6.ca Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.ca/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V6ca

V6.cb

  • bottom waybar - with alot of workspaces - Thanks to Astraeya for his window-script!
V6.cb Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.cb/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-03-09_01-01-33

V6.cc

  • lowered "inactive" opacity on modules, only clock and active modules set to 1
V6.cc Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.cc/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V6 cc

V6.cd

  • long bar version of V6.cc - moved power-profile, backlight, bluetooth, network in group-extend
V6.cd Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.cd/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V6cd

V6.ce

  • short version of V6.cd - moved power-profile, backlight, bluetooth, network in group-extend
V6.ce Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.ce/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-02-05_08-41-56

V6.d

  • base config V6.c - tried to have less informations for "minimal" look / Style
  • added power-profile demon
V6.d Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.d/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-14_11-36-29

V6.e

  • added shadow box and slightly higher
V6.e Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.e/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2025-12-18_10-41-31

V6.f

  • Display of the currently running window (app/title) per workspace (active one) & Click to return to a favorite theme
V6.f Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.f/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
V6 f

V6.fa

  • Changed from the previous version V6.f without shadows to a long bar version, providing a "cleaner" and more consistent visual style.
V6.fa Install-command (copy and paste in your terminal):
git clone https://github.com/HANCORE-linux/waybar-themes.git /tmp/repo && cp -rf /tmp/repo/config/V6.fa/. ~/.config/waybar && rm -rf /tmp/repo && omarchy-restart-waybar
screenshot-2026-01-02_20-53-50

&cacheSeconds=3600

About

A collection of Waybar themes inspired by Omarchy, designed to be compatible with various Linux distributions.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors