Files
dots/.config/blueblack/light_mode/desktop-notification.sh
2024-08-09 21:14:47 +02:00

7 lines
288 B
Bash
Executable File

#!/usr/bin/env bash
# trigger a small, passive popup dialog to inform the user about darkman's activity
# reference https://wiki.archlinux.org/title/Desktop_notifications#Usage_in_programming
notify-send --app-name="darkman" --urgency=low --icon=weather-clear "switching to light mode"