dotfiles/.config/waybar/style.css
Trysdyn Black a9a94840e9 Big spaces-to-tabs config reflow
Moving to doing tabs in things. No functional changes.
2023-06-05 22:39:21 -07:00

61 lines
769 B
CSS

* {
font-family: monospace;
font-size: 14px;
min-height: 0;
}
window#waybar {
background-color: #000;
color: #f0f0f0;
}
window#waybar.hidden {
opacity: 0.2;
}
widget {
background-color: #111;
}
widget label {
padding: 0 5px;
}
#workspaces button {
background-color: transparent;
color: #f0f0f0;
padding: 0;
border: 1px solid #666;
border-radius: 0px;
}
#workspaces button.focused {
background-color: #311647;
}
#workspaces button.urgent {
background-color: #eb4d4b;
}
#window {
background-color: #000;
}
.warning {
background-color: #ff0;
color: #000;
}
.critical {
background-color: #f00;
color: #000;
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
background-color: #eb4d4b;
}