You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement this, but I struggle cause all the code is structured in a way that this change isn't trivial to do.
Ideally the final usage log should looks like:
Usage:
sway-audio-idle-inhibit <OPTION>
Options:
sway-audio-idle-inhibit Inhibits idle if either any sink or any source is running
-h, --help Show help options
--sink Inhibit idle only if sink is running
--source Inhibit idle only if source is running
--dry-print Don't inhibit idle and just print
--dry-print-waybar Same as --dry-print-both but outputs in a waybar friendly manner
Is that something doable in this project?
The text was updated successfully, but these errors were encountered:
Hey there,
I'm trying to implement this, but I struggle cause all the code is structured in a way that this change isn't trivial to do.
Ideally the final usage log should looks like:
Is that something doable in this project?
The text was updated successfully, but these errors were encountered: