waybar config

This commit is contained in:
reonokiy 2024-09-23 05:56:07 +08:00
parent 4812609c7a
commit 46b81b3e92
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0
2 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,14 @@
/* from https://github.com/catppuccin/waybar */
@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);
}