Files
omarchy/config/waybar/style.css
2025-06-18 09:41:50 +02:00

43 lines
511 B
CSS

* {
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaMono Nerd Font;
font-size: 12px;
color: #cdd6f4;
background-color: #1a1b26;
}
#workspaces {
margin-left: 7px;
}
#workspaces button {
all: initial;
padding: 2px 6px;
margin-right: 3px;
}
#cpu,
#power-profiles-daemon,
#battery,
#network,
#bluetooth,
#pulseaudio,
#clock {
padding: 0 8px 0 8px;
}
#cpu {
margin-right: 5px;
}
tooltip {
border-radius: 8px;
padding: 5px;
}
tooltip label {
padding: 5px;
}