2025-06-07 09:51:49 +02:00
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
min-height: 0;
|
2025-06-07 11:06:31 +02:00
|
|
|
font-family: CaskaydiaMono Nerd Font;
|
2025-06-07 09:51:49 +02:00
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
2025-06-07 11:06:31 +02:00
|
|
|
background-color: #1a1b26;
|
|
|
|
opacity: 0.98;
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces {
|
2025-06-07 11:06:31 +02:00
|
|
|
margin-left: 5px;
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#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 */
|
2025-06-07 11:06:31 +02:00
|
|
|
padding: 2px 6px;
|
|
|
|
margin-right: 3px;
|
2025-06-07 09:51:49 +02:00
|
|
|
color: #cdd6f4;
|
|
|
|
}
|
|
|
|
|
2025-06-07 11:06:31 +02:00
|
|
|
#cpu,
|
2025-06-07 09:51:49 +02:00
|
|
|
#battery,
|
|
|
|
#network,
|
|
|
|
#clock {
|
2025-06-07 11:06:31 +02:00
|
|
|
padding: 6px 8px;
|
|
|
|
color: #cdd6f4;
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
|
|
|
|
2025-06-07 11:06:31 +02:00
|
|
|
#battery {
|
|
|
|
margin-right: 10px;
|
2025-06-07 09:51:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
tooltip {
|
|
|
|
border-radius: 8px;
|
|
|
|
padding: 15px;
|
|
|
|
background-color: #131822;
|
|
|
|
}
|
|
|
|
|
|
|
|
tooltip label {
|
|
|
|
padding: 5px;
|
|
|
|
background-color: #131822;
|
|
|
|
}
|