12 lines
375 B
Bash
Executable File
12 lines
375 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Source the functions file
|
|
source "$HOME/.config/function_helper.sh"
|
|
|
|
SCRIPT="goxlr-daemon"
|
|
SCRIPT2="$HOME/.config/hypr/scripts/goxlr/goxlr-settings-start.sh"
|
|
|
|
nohup "$SCRIPT" &
|
|
send_notification "normal" "GOXLR daemon Started" "Launched the GOXLR Daemon to control the Audio" "$HOME/.icons/BeautyLine-Garuda/apps/scalable/goxlr-utility.svg"
|
|
nohup "$SCRIPT2" &
|