chore: desktop variant

This commit is contained in:
Fabio Lenherr / DashieTM 2023-01-01 23:51:07 +01:00
parent 20deee09db
commit a2011eab8c
51 changed files with 0 additions and 541 deletions

View file

@ -1,5 +0,0 @@
#! /bin/bash
NUM=$(pactl list clients short | grep "ncspot" | awk -F 'PipeWire' ' { print $1 } ' | tr -d ' \t\n')
CLIENT=$(pactl list sink-inputs short | grep "$NUM" | awk -F ' ' ' { print $1 }' | tr -d ' \t\n')
pactl set-sink-input-volume "$CLIENT" "$1"