fix(waybar): more styling

This commit is contained in:
2026-08-07 01:40:11 +02:00
parent 9c4580d804
commit 1892e4029f
3 changed files with 4 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ button {
#bluetooth {
background-color: @base; /* Change this to any gray color you want */
border-radius: 0px; /* Adjust as needed */
padding: 3px 3px;
padding: 3px 5px;
color: @text;
margin: 0px;
}
@@ -91,7 +91,7 @@ button {
#battery {
background-color: @base; /* Change this to any gray color you want */
border-radius: 0px 10px 10px 0px; /* Adjust as needed */
padding: 3px 10px;
padding: 3px 10px 3px 5px;
color: @text;
}