fixes to Notifications
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user