Files
dotfiles/.config/waybar/style.css
2024-06-02 09:31:22 -05:00

13 lines
232 B
CSS

@import "mocha.css";
* {
/* reference the color by using @color-name */
color: @text;
}
window#waybar {
/* you can also GTK3 CSS functions! */
background-color: shade(@base, 0.9);
border: 2px solid alpha(@crust, 0.3);
}