]> Freerunner's - dotfiles.git/commitdiff
kupgrayyedd: improve wording
authorAndre Ramnitz <tux.rising@gmail.com>
Tue, 17 Sep 2024 23:48:48 +0000 (01:48 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Tue, 17 Sep 2024 23:48:48 +0000 (01:48 +0200)
local/dot-local/bin/kupgrayyedd

index ced6c8456227484cf124ce1c2ac84937c320dad3..c2ffe00612a25c6f299527ade0ab2c15f668a3b3 100755 (executable)
@@ -2,12 +2,12 @@
 
 swaync-client -cp -sw
 
-choice=$(kdialog --menu "Aktion wählen:" 1 "Portage @world update" 2 "Portage @world update with refresh" 3 "Portage depclean @world" --default "Portage @world update");
+choice=$(kdialog --menu "Aktion wählen:" 1 "Portage @world update" 2 "Sync repos and update @world" 3 "Clean-up @world" --default "Portage @world update");
 
 case $choice in
-    1) footclient -a popup -H ~/.local/bin/upgrayyedd again ;;
-    2) footclient -a popup -H ~/.local/bin/upgrayyedd refresh ;;
-    3) footclient -a popup -H ~/.local/bin/upgrayyedd clean ;;
+    1) foot -a popup -H ~/.local/bin/upgrayyedd again ;;
+    2) foot -a popup -H ~/.local/bin/upgrayyedd refresh ;;
+    3) foot -a popup -H ~/.local/bin/upgrayyedd clean ;;
     *) echo "Failure"
 esac