mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 06:32:51 +02:00
waybar config
This commit is contained in:
parent
4812609c7a
commit
46b81b3e92
2 changed files with 40 additions and 0 deletions
14
dot_config/waybar/style.css
Normal file
14
dot_config/waybar/style.css
Normal 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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue