Files
omarchy/config/waybar/style.css
David Heinemeier Hansson b43a30d9cf Refine default waybar
2025-06-07 11:06:31 +02:00

51 lines
717 B
CSS

* {
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaMono Nerd Font;
font-size: 11px;
}
window#waybar {
background-color: #1a1b26;
opacity: 0.98;
}
#workspaces {
margin-left: 5px;
}
#workspaces button {
all: initial;
/* Remove GTK theme values (waybar #1351) */
min-width: 0;
/* Use box-shadow instead of border so the text isn't offset */
padding: 2px 6px;
margin-right: 3px;
color: #cdd6f4;
}
#bluetooth,
#cpu,
#battery,
#network,
#clock {
padding: 6px 8px;
color: #cdd6f4;
}
#battery {
margin-right: 10px;
}
tooltip {
border-radius: 8px;
padding: 15px;
background-color: #131822;
}
tooltip label {
padding: 5px;
background-color: #131822;
}