Adding stuff

This commit is contained in:
2023-01-02 21:32:46 +00:00
parent 572bc36804
commit 0b2cbe90a6
5 changed files with 79 additions and 0 deletions

10
.local/bin/starttr Executable file
View File

@@ -0,0 +1,10 @@
#! /bin/bash
while clipnotify; do
selection=`xclip -o`
translation=`trans -b ro:en "$selection"`
echo $selection
echo $translation
# notify-send $translation
done