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
+29
View File
@@ -0,0 +1,29 @@
@import "colors.css";
#pulseaudio-slider {
margin: 4px 5px;
padding: 0 2px;
background-color: transparent;
border-radius: 20px;
}
#pulseaudio-slider trough {
min-height: 10px;
min-width: 80px;
border-radius: 10px;
background-color: @workspacesbackground2;
}
#pulseaudio-slider highlight {
min-height: 10px;
border-radius: 10px;
background-color: @iconcolor;
}
#pulseaudio-slider slider {
min-height: 12px;
min-width: 12px;
margin: -2px 0;
border-radius: 100%;
background-color: @bordercolor;
}