7 lines
214 B
Bash
Executable File
7 lines
214 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Add shared script Functions
|
|
source "$HOME/.config/function_helper.sh"
|
|
|
|
send_notification "low" "Pressed Makropad Button" "Row 3, Colums 1" "$HOME/.icons/BeautyLine-Garuda/apps/scalable/keyboard.svg"
|