diff --git a/scripts/qubes-sound-control-scripts/toggle-sound-mute.sh b/scripts/qubes-sound-control-scripts/toggle-sound-mute.sh deleted file mode 100644 index 1bc0d05..0000000 --- a/scripts/qubes-sound-control-scripts/toggle-sound-mute.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -#Author: -#Aekez @ Github - -#Disclaimer: -#Please use this script responsibly & at own risk. -#Please study the script, so that you know how it works. - -#Tips: -#1) Change 0 if you are using a different sink sound output. -#2) Change toggle to 1 if you want to only enable the sound, not toggle. -#3) Change toggle to 0 if you want to only disable all sounds, not toggle. -#4) If pactl isn't installed, then you need to install -# pulseaudio-utils in dom0. -# 'sudo qubes-dom0-update pulseaudio-utils' - -pactl set-sink-input-mute 0 toggle diff --git a/scripts/qubes-sound-control-scripts/volume-control-down.sh b/scripts/qubes-sound-control-scripts/volume-control-down.sh deleted file mode 100644 index c4381ee..0000000 --- a/scripts/qubes-sound-control-scripts/volume-control-down.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -#Author: -#Aekez @ Github - -#Disclaimer: -#Please use this script responsibly & at own risk. -#Please study the script, so that you know how it works. - -#Tips: -#1) Change 0 to the sink output you are using. -#2) You can change the % value to a fixed value. -#3) If pactl isn't installed, then you need to install -# pulseaudio-utils in dom0. -# 'sudo qubes-dom0-update pulseaudio-utils' - -pactl set-sink-volume 0 -20% diff --git a/scripts/qubes-sound-control-scripts/volume-control-up.sh b/scripts/qubes-sound-control-scripts/volume-control-up.sh deleted file mode 100644 index ba8457b..0000000 --- a/scripts/qubes-sound-control-scripts/volume-control-up.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -#Author: -#Aekez @ Github - -#Disclaimer: -#Please use this script responsibly & at own risk. -#Please study the script, so that you know how it works. - -#Tips: -#1) Change 0 to the sink output you are using. -#2) You can change the % value to a fixed value. -#3) If pactl isn't installed, then you need to install -# pulseaudio-utils in dom0. -# 'sudo qubes-dom0-update pulseaudio-utils' - -pactl set-sink-volume 0 +20%