9 lines
259 B
Bash
Executable File
9 lines
259 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Add shared script Functions
|
|
source "$HOME/.config/function_helper.sh"
|
|
|
|
send_notification "low" "Pressed Makropad Button" "Row 2, Colums 4 (08)" "$HOME/.icons/BeautyLine-Garuda/apps/scalable/keyboard.svg"
|
|
|
|
~/.config/hypr/scripts/writing/tmdb.sh
|