add menu for copying common phrases

This commit is contained in:
Inhji 2023-10-20 13:21:33 +02:00
parent 721fc41ce5
commit 0e8a5c2c12
1 changed files with 10 additions and 0 deletions

10
config/scripts/menu.sh Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
UMLAUTS="ä\nö\nü\nß"
GREETINGS="Viele Grüße"
PROMPTS="$UMLAUTS\n$GREETINGS"
RESULT=$(echo -e $PROMPTS | tofi)
notify-send "$RESULT copied"
wl-copy $RESULT