This commit is contained in:
xSghetti 2025-03-24 12:32:06 -04:00
parent 97115ed0e5
commit 4ac5f5e5e5
31 changed files with 290 additions and 133 deletions

View file

@ -1,6 +1,6 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: 'RecMonoCasual Nerd Font';
font-family: 'JetBrainsMono Nerd Font';
font-size: 13px;
}
@ -8,10 +8,11 @@
window#waybar {
background-color: alpha(@background, 0.8);
border: 1.5px solid @color7;
border: 1.5px solid @color1;
color: @color7;
transition-property: background-color;
transition-duration: .5s;
border-radius: 0px;
}
tooltip {
background: @color1;