hyprland window border and waybar border are now more visually consistent

This commit is contained in:
pagedmov
2024-11-06 01:13:11 -05:00
parent 0e85a705e8
commit b1afb4a06a
2 changed files with 11 additions and 10 deletions

View File

@@ -459,7 +459,7 @@ in {
}
#pulseaudio {
color: #${colors.color4};
color: #${colors.color1};
font-size: 18px;
}
@@ -481,11 +481,11 @@ in {
#backlight-slider highlight,
#pulseaudio-slider highlight {
border-radius: 8px;
background-color: #${colors.color3};
background-color: #${colors.color4};
}
#network {
color: #${colors.color3};
color: #${colors.color1};
font-size: 20px;
background: #${bg.dark};
border-radius: 20px;