Initial commit
This commit is contained in:
commit
b79d352847
37 changed files with 2191 additions and 0 deletions
17
home/catppuccin/waybar.css
Normal file
17
home/catppuccin/waybar.css
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@import "catppuccin.css";
|
||||
|
||||
* {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
background-color: @base;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: @surface0;
|
||||
}
|
||||
|
||||
#workspaces button.active:hover {
|
||||
background-color: @surface0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue