format: format files with biome

This commit is contained in:
2025-01-26 20:37:57 +01:00
parent 37a7c68536
commit 0141b1f096
3 changed files with 250 additions and 245 deletions

View File

@@ -67,11 +67,13 @@ window#waybar.hidden {
margin-right: 8px; margin-right: 8px;
} }
#bluetooth.connected, #bluetooth.on { #bluetooth.connected,
#bluetooth.on {
background-color: #26a65b; background-color: #26a65b;
} }
#bluetooth.disabled, #bluetooth.off { #bluetooth.disabled,
#bluetooth.off {
background-color: #f53c3c; background-color: #f53c3c;
} }
@@ -145,11 +147,13 @@ window#waybar.hidden {
background: #383c4a; background: #383c4a;
} }
#network.wifi, #network.ethener { #network.wifi,
#network.ethener {
background-color: #26a65b; background-color: #26a65b;
} }
#network.disabled, #network.disconnected { #network.disabled,
#network.disconnected {
background-color: #f53c3c; background-color: #f53c3c;
} }

View File

@@ -7,7 +7,8 @@
padding: 5px; padding: 5px;
} }
#input, #entry { #input,
#entry {
border-radius: 10px; border-radius: 10px;
margin-bottom: 5px; margin-bottom: 5px;
} }