mirror of https://codeberg.org/anemofilia/zero
11 lines
268 B
Fish
11 lines
268 B
Fish
|
#!/usr/bin/env -S fish
|
||
|
|
||
|
function escape
|
||
|
printf "%s" "$1" | string replace '\\' '\\\\'
|
||
|
end
|
||
|
|
||
|
notify-send --urgency=normal --expire-time=0 --category=Mail "[$BUFFER] $SENDER" "$(escape "$MESSAGE")"
|
||
|
|
||
|
mpv ~/.guix-home/profile/share/sounds/freedesktop/stereo/message.oga
|
||
|
|