Fix: update border-radius of Waybar window

This commit is contained in:
2025-10-27 21:48:31 +00:00
parent 20968d4174
commit 886758d00c

View File

@@ -16,7 +16,7 @@ window#waybar {
background: rgba(49, 50, 68, 0.7);
margin: 5px 5px 5px 10px;
padding: 2px 2px;
border-radius: 100%;
border-radius: 8.5px;
border: 2px solid rgba(137, 180, 250, 0.5);
}