System details
Omarchy 3.3.3
What's wrong?
After running omarchy update to 3.3.3, waybar fails to start and the top bar disappears. The issue is caused by the theme no longer providing a waybar.css file, while the default waybar configuration still tries to import it.
Error
when attempting to run waybar:
[error] style.css:1:46 Failed to import: Error opening file /home/[me]/.config/omarchy/current/theme/waybar.css: No such file or directory
Steps to recreate
- Use the hackerman theme (it appears this would affect other themes as well)
- Have waybar configured with the default Omarchy waybar setup that imports
~/.config/omarchy/current/theme/waybar.css
- Run
omarchy update to 3.3.3
- Waybar crashes on startup because the theme file is missing
Expected behavior
Waybar should continue working after an update, or the update process should handle theme structure changes gracefully.
Workaround
Remove the @import "../omarchy/current/theme/waybar.css"; line in ~/.config/waybar/style.css
Additional context
- The hackerman theme directory contains:
colors.toml, btop.theme, neovim.lua, etc., but no waybar.css
System details
Omarchy 3.3.3
What's wrong?
After running
omarchy updateto3.3.3, waybar fails to start and the top bar disappears. The issue is caused by the theme no longer providing awaybar.cssfile, while the default waybar configuration still tries to import it.Error
when attempting to run
waybar:[error] style.css:1:46 Failed to import: Error opening file /home/[me]/.config/omarchy/current/theme/waybar.css: No such file or directorySteps to recreate
~/.config/omarchy/current/theme/waybar.cssomarchy updateto3.3.3Expected behavior
Waybar should continue working after an update, or the update process should handle theme structure changes gracefully.
Workaround
Remove the
@import "../omarchy/current/theme/waybar.css";line in~/.config/waybar/style.cssAdditional context
colors.toml,btop.theme,neovim.lua, etc., but nowaybar.css