dotfiles/scripts/notify_slack_waybar_wrapper.sh
2024-04-15 16:25:16 +01:00

6 lines
165 B
Bash
Executable file

#!/bin/bash
source /home/thomas/.env
# Execute the Slack notifier script with arguments passed to this wrapper
/home/thomas/repos/slack-notifier/src/index.js "$@"