Files
omarchy/config/waybar/style.css
David Heinemeier Hansson 88f816059b Revert "Merge pull request #118 from leonhazen/waybar-tray"
This reverts commit 1ee5b06161, reversing
changes made to 9cb30b5be6.
2025-07-10 17:00:39 -07:00

44 lines
536 B
CSS

* {
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaMono Nerd Font Propo;
font-size: 12px;
}
#workspaces {
margin-left: 7px;
}
#workspaces button {
all: initial;
padding: 2px 6px;
margin-right: 3px;
}
#custom-expand {
margin-right: 0px;
}
#custom-dropbox,
#cpu,
#battery,
#network,
#bluetooth,
#pulseaudio,
#clock,
#custom-power-menu {
min-width: 12px;
margin-right: 13px;
}
tooltip {
padding: 2px;
}
tooltip label {
padding: 2px;
}
@import "../omarchy/current/theme/waybar.css";