waybar: add bluetooth configuration (#1412)
Co-authored-by: jghauser <julianhauser.com>
This commit is contained in:
parent
37736ba403
commit
4a121321d3
2 changed files with 13 additions and 0 deletions
|
|
@ -58,3 +58,9 @@
|
|||
#window {
|
||||
padding: 0 5px;
|
||||
}
|
||||
#bluetooth {
|
||||
padding: 0 5px;
|
||||
}
|
||||
#bluetooth.disabled {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue