Files
omarchy/config/waybar/style.css
2025-07-20 17:45:58 -05:00

48 lines
608 B
CSS

@import "../omarchy/current/theme/waybar.css";
* {
background-color: @background;
color: @foreground;
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaMono Nerd Font Propo;
font-size: 12px;
}
.modules-left {
margin-left: 8px;
}
.modules-right {
margin-right: 8px;
}
#workspaces button {
all: initial;
padding: 0 6px;
margin: 0 1.5px;
min-width: 10px;
}
#tray,
#cpu,
#battery,
#network,
#bluetooth,
#pulseaudio,
#clock,
#custom-power-menu {
min-width: 12px;
margin: 0 7.5px;
}
#custom-expand-icon {
margin-right: 12px;
}
tooltip {
padding: 2px;
}