Files
dotfiles/light-mode.d/executable_notifications.sh
2024-05-12 19:46:01 +03:00

5 lines
106 B
Bash

#!/usr/bin/env bash
killall dunst
dunst -conf "$HOME/.config/dunstrc-light" &
notify-send "FLASHBANG OUT"