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
+2 -3
View File
@@ -1,9 +1,8 @@
#!/bin/bash
# Source the functions file
notify-send "GoXLR inteface is starting"
notify-send --app-name "GOXLR client" --icon "goxlr-utility" -u normal "Starting" "GoXLR inteface is starting"
# nohup goxlr-daemon &
sleep 10
goxlr-client profiles device load 'Default'
notify-send "GoXLR start complete"
notify-send --app-name "GOXLR client" --icon "goxlr-utility" -u normal "Started" "GoXLR start complete"