some small changes and updates

This commit is contained in:
Honney
2026-08-15 23:48:11 +02:00
parent 0db513c848
commit 704df2f325
4 changed files with 57 additions and 9 deletions
+2 -2
View File
@@ -6,6 +6,6 @@ source "$HOME/.config/function_helper.sh"
SCRIPT="goxlr-daemon"
SCRIPT2="$HOME/.config/hypr/scripts/goxlr/goxlr-settings-start.sh"
nohup "$SCRIPT" &
tmux new-session -d -s goxlr "$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" &
"$SCRIPT2"