dotfiles/darkman/.local/share/dark-mode.d/notification.sh

7 lines
293 B
Bash
Raw Normal View History

2025-02-11 15:23:05 +01:00
#!/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-night "switching to dark mode"