Rofi updates

This commit is contained in:
Stephan Raabe
2023-10-02 10:17:11 +02:00
parent 8f48b99650
commit 23fddf9a46
16 changed files with 1046 additions and 16 deletions
+2 -1
View File
@@ -18,7 +18,8 @@ echo "" >> ~/figlet.txt
echo "by Stephan Raabe (2023)" >> ~/figlet.txt
echo "-----------------------------------------------------" >> ~/figlet.txt
sed -i 's/^/# /; s/$/ /' ~/figlet.txt
lines=$( cat ~/figlet.txt )
wl-copy "$lines"
xclip -sel clip ~/figlet.txt
echo "Text copied to clipboard!"