Files
hyprland-dotfiles/.config/hypr/scripts/goxlr/speaker.sh
2025-10-16 20:50:11 +02:00

11 lines
367 B
Bash
Executable File

#!/bin/bash
# Source the functions file
source "$HOME/.config/function_helper.sh"
SCRIPT="goxlr-client volume line-out 100"
SCRIPT2="goxlr-client volume headphones 0"
$SCRIPT
$SCRIPT2
send_notification "normal" "Switched to Speaker" "Muted the Headphones and set the Speaker to a appropiate Volume." "$HOME/.icons/BeautyLine-Garuda/apps/scalable/goxlr-utility.svg"