Closed minego closed 1 year ago
Agreed. Would you like to modify the PR, or woyou rather I update it? I'm fine with either.
On Sun, May 21, 2023, at 8:03 AM, Erik Reider wrote:
@.**** requested changes on this pull request.
In README.md https://github.com/ErikReider/SwayAudioIdleInhibit/pull/8#discussion_r1199772710:
- "output": "",
- "none": ""
We should add the other ones too, here's what I use in my config:
"output": "", "input": "", "output-input": " ", "none": ""
In README.md https://github.com/ErikReider/SwayAudioIdleInhibit/pull/8#discussion_r1199772758:
@@ -48,3 +48,25 @@ Monitor sinks: will print
RUNNING
orNOT RUNNING
sway-audio-idle-inhibit --dry-print-sink
+ +## Waybar Integration + +A custom waybar module can be used to display an icon when any application is +using your mic or playing any audio. + +Add the follow section to your
~/.config/waybar/config
file and add +custom/audio_idle_inhibitor
to either themodules-left
,modules-center
+ormodules-right
list.We should also specify the font used
— Reply to this email directly, view it on GitHub https://github.com/ErikReider/SwayAudioIdleInhibit/pull/8#pullrequestreview-1435544150, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADSRCHBLLCKYLFOZQ5F4TTXHIOC3ANCNFSM6AAAAAAYH6NFJI. You are receiving this because you authored the thread.Message ID: @.***>
Thanks :)
Thank you!
On Sun, May 21, 2023, at 8:11 AM, Erik Reider wrote:
Thanks :)
— Reply to this email directly, view it on GitHub https://github.com/ErikReider/SwayAudioIdleInhibit/pull/8#issuecomment-1556190054, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADSRCBW24LMKPSVG3DY4OTXHIPAXANCNFSM6AAAAAAYH6NFJI. You are receiving this because you authored the thread.Message ID: @.***>
This project is WONDERFUL and is exactly what I was looking for. I had a bit of a hard time figuring out how to use it with waybar, so I thought it might be helpful to provide an example.