feat: Show current master/capture state
This commit is contained in:
parent
aecf181eac
commit
45cddf8389
|
@ -125,7 +125,7 @@
|
|||
:orientation "v"
|
||||
:space-evenly "false"
|
||||
:spacing "2"
|
||||
:tooltip "Volume: ${current-volume}%"
|
||||
:tooltip "Volume: ${current-volume}% [${current-volume-state}]"
|
||||
(revealer :transition "slideup" :reveal show-volume
|
||||
(scale
|
||||
:class "scale"
|
||||
|
@ -152,7 +152,7 @@
|
|||
:orientation "v"
|
||||
:space-evenly "false"
|
||||
:spacing "2"
|
||||
:tooltip "Capture : ${current-microphone}%"
|
||||
:tooltip "Capture : ${current-microphone}% [${current-microphone-state}]"
|
||||
(revealer :transition "slideup" :reveal show-microphone
|
||||
(scale
|
||||
:class "scale"
|
||||
|
|
Loading…
Reference in New Issue