feat: Waybar | add bluetooth widget to waybar

This commit is contained in:
2025-01-03 16:19:42 +05:00
parent 3032cfd8f3
commit ba8372d683
2 changed files with 16 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ button:hover {
#tray,
#network,
#mode,
#bluetooth,
#scratchpad {
margin-top: 2px;
margin-bottom: 2px;
@@ -134,6 +135,11 @@ button:hover {
margin-right: 0;
}
#bluetooth {
color: @sapphire;
border-bottom: 2px solid @sapphire;
}
#custom-vpn {
color: @lavender;
border-radius: 15px;