Files
omarchy/config/waybar/style.css
David Heinemeier Hansson d6879b0cd0 More config tweaks
2025-06-07 11:42:33 +02:00

50 lines
705 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;
}
#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;
}