1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 08:41:07 +02:00

chore: update, spotify, notify

This commit is contained in:
Kierán Meinhardt
2020-05-20 20:45:00 +02:00
parent a59be3f398
commit 9a33c1a106
5 changed files with 41 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ let
if [ -n "$1" ]; then
xdotool key Shift+Insert
else
notify-send "'$chosen' copied to clipboard." &
notify-send --app-name="emoji-menu" "'$chosen' copied to clipboard." &
fi
'';