redesigns waybar and small hyprland adjustments

This commit is contained in:
2026-08-07 18:06:02 +02:00
parent 97fb8472f2
commit 720004bde8
29 changed files with 791 additions and 242 deletions
+17 -1
View File
@@ -1 +1,17 @@
@import url("file:////home/arindy/.themes/Serpensortia/waybar/style.css");
@import "tokens/colors.css";
@import "tokens/workspace.css";
@import "tokens/widget.css";
@import "tokens/slider.css";
* {
margin: 0;
padding: 1px;
min-height: 0px;
border: none;
border-radius: 0;
font-family: "Fira Sans Semibold", "Font Awesome 7 Free", "Font Awesome 7 Brands", "Font Awesome 6 Free", "Font Awesome 6 Brands", FontAwesome, Roboto, Helvetica, Arial, sans-serif;
}
window#waybar {
background: transparent;
}