Hyprland waybar and begin styling

This commit is contained in:
2023-03-27 13:11:19 +01:00
parent 3f5483d747
commit dd13ad35ca
5 changed files with 65 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
@import "macchiato.css";
window#waybar {
background: @base;
}
#workspaces button.active {
color: @green;
background: @surface2;
}