Skip to content

Instantly share code, notes, and snippets.

View fsantand's full-sized avatar
🗿
🤙🏻🗿🤙🏻

Federico Santander fsantand

🗿
🤙🏻🗿🤙🏻
View GitHub Profile
@fsantand
fsantand / wireplumber_audio_switcher.py
Created February 8, 2024 23:49
Wireplumber switcher for rofi/dmenu
#!/usr/bin/python3
import sys
import subprocess
"""
Wireplumber sink/source switcher
It lets you pass your sinks/sources into a dmenu dropdown
for ease of access
@fsantand
fsantand / audio-switcher
Created November 22, 2023 14:02
[Pipewire/Wireplumber] - Shortcut to change between multiples sinks/sources
wpctl status -n | grep $1 | awk '/vol/{print$2$3$4}' | sed 's/\*//' | sed 's/.alsa.*//' | xargs -I {} wpctl set-default {}