mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-25 19:14:39 +02:00
[sway/i3status-rs] add bluetooth and microphone block
This commit is contained in:
parent
9df440bdde
commit
da5d3e9c9c
1 changed files with 7 additions and 3 deletions
|
@ -47,12 +47,16 @@ format = "{1m}"
|
|||
block = "battery"
|
||||
format = "{percentage}% {time}"
|
||||
|
||||
[[block]]
|
||||
block = "bluetooth"
|
||||
mac = "94:DB:56:79:A5:3C"
|
||||
|
||||
[[block]]
|
||||
block = "sound"
|
||||
|
||||
#[[block]]
|
||||
#block = "sound"
|
||||
#device_kind = "source"
|
||||
[[block]]
|
||||
block = "sound"
|
||||
device_kind = "source"
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue