mirror of
https://github.com/Derisis13/dotfiles.git
synced 2026-09-16 10:00:51 +02:00
fix(waybar): more styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user