This commit is contained in:
David Heinemeier Hansson
2025-07-14 21:04:24 -07:00
parent 46e8fa46ed
commit 005e284d59

View File

@ -1,3 +1,5 @@
@import "../omarchy/current/theme/waybar.css";
* { * {
background-color: @background; background-color: @background;
color: @foreground; color: @foreground;
@ -23,7 +25,6 @@
margin: 0 1.5px; margin: 0 1.5px;
} }
#custom-dropbox,
#tray, #tray,
#cpu, #cpu,
#battery, #battery,
@ -33,7 +34,7 @@
#clock, #clock,
#custom-power-menu { #custom-power-menu {
min-width: 12px; min-width: 12px;
margin: 0 10px; margin: 0 7.5px;
} }
#custom-expand-icon { #custom-expand-icon {
@ -43,9 +44,3 @@
tooltip { tooltip {
padding: 2px; padding: 2px;
} }
tooltip label {
padding: 2px;
}
@import "../omarchy/current/theme/waybar.css";