Extensible, evenly spaced waybar styling (#156)

* Add override to only require one network interface online

* refactor: extensible, evenly spaced waybar style.css

- Use @define-color directive to define colour variables for each theme
(@foreground for text, @background for background-color)
- apply the colour variables in the main theme config, making it more
extensible
- make waybar elements more evenly spaced with consistent margin and
padding values
- add migration to apply the above changes to existing users

* Update style.css

better pixel spacing

---------

Co-authored-by: Ryan Hughes <1630358+ryanrhughes@users.noreply.github.com>
Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
Naparajith T L
2025-07-15 09:26:54 +05:30
committed by GitHub
parent 5a48f120ec
commit 46e8fa46ed
11 changed files with 48 additions and 39 deletions

View File

@ -1,5 +1,2 @@
* {
color: #d8dee9;
background-color: #2e3440;
}
@define-color foreground #d8dee9;
@define-color background #2e3440;