Still not 100% sure how I want to tokenize this up. For now if I reference a script in a config file, I should probably include it so the env is complete.
3 lines
138 B
Text
Executable file
3 lines
138 B
Text
Executable file
# Toggle mic mute then tell waybar to update its mic display widget
|
|
wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
|
pkill -SIGRTMIN+1 waybar
|