Dotfiles/wayland/.config/waybar/style.css

64 lines
1.2 KiB
CSS

* {
border: none;
border-radius: 0;
/* Use your terminal font here. "monospace" acts as a fallback */
font-family: "Input Mono", "Roboto Mono", monospace;
font-size: 14px;
font-weight: bold;
min-height: 0;
}
window#waybar {
background-color: #4B7B82;
color: #ffffff;
}
tooltip {
background: #374D4E;
border: 1px solid #ffffff;
}
tooltip label {
color: #ffffff;
}
/* --- Module Blocks --- */
/* Generic style for right-side modules */
#custom-version,
#cpu,
#memory,
#temperature,
#clock {
background-color: #374D4E;
color: #ffffff;
padding: 0 10px;
margin: 4px 2px; /* Creates small gaps between blocks */
}
/* --- Workspaces --- */
#workspaces button {
padding: 0 10px;
background-color: #374D4E;
color: #ffffff;
margin: 4px 2px;
}
/* The active workspace */
#workspaces button.active {
background-color: #ffffff;
color: #4B7B82; /* Inverted colors for active state */
}
/* Windows with urgency (notifications) */
#workspaces button.urgent {
background-color: #eb4d4b;
}
/* --- Window Title (Center) --- */
#window {
background-color: transparent;
color: #ffffff;
padding: 0 10px;
}