waybar: add bluetooth configuration (#1412)

Co-authored-by: jghauser <julianhauser.com>
This commit is contained in:
Julian Hauser 2025-05-29 19:57:12 +02:00 committed by GitHub
parent 37736ba403
commit 4a121321d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

@ -58,3 +58,9 @@
#window {
padding: 0 5px;
}
#bluetooth {
padding: 0 5px;
}
#bluetooth.disabled {
padding: 0 5px;
}

View file

@ -85,4 +85,11 @@ place: ''
background-color: @base0C;
color: @base00;
}
.modules-${place} #bluetooth {
background-color: @base0E;
color: @base00;
}
.modules-${place} #bluetooth.disabled {
background-color: @base0C;
}
''