fixes to Notifications

This commit is contained in:
Hannes
2026-09-02 00:54:14 +02:00
parent d07e185ddf
commit 48fb1e6a19
7 changed files with 8 additions and 12 deletions
+1 -4
View File
@@ -1,11 +1,8 @@
#!/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"
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"
notify-send --app-name "GOXLR daemon" --icon "goxlr-utility" -u normal "Started" "Launched the GOXLR Daemon to control the Audio"
"$SCRIPT2"