add waybar themes including catppuccin + some personal touches, organized alacritty configs

This commit is contained in:
tonizz_m1pro
2024-04-19 22:15:37 -07:00
parent 9c755fe6ea
commit 09e05cbed1
7 changed files with 187 additions and 2123 deletions

View File

@@ -0,0 +1,31 @@
@import "mocha.css";
* {
/* reference the color by using @color-name */
color: @text;
font-size: 14px;
border: none;
border-radius: 5;
font-family: IosevkaTermSlab Nerd Font;
}
window#waybar {
/* you can also GTK3 CSS functions! */
background-color: shade(@base, 0.9);
border: 2px solid alpha(@crust, 0.3);
}
#pulseaudio {
/*margin-top: 8px;
margin-left: 8px;
padding-left: 16px;
padding-right: 16px;
margin-bottom: 0;
border-radius: 26px;
transition: none;
color: @text;
background: #9aedfe;*/
}