From: Andre Ramnitz Date: Tue, 17 Sep 2024 23:48:48 +0000 (+0200) Subject: kupgrayyedd: improve wording X-Git-Tag: v0.2~61 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=e3611db9e30ff2a7610ed4ba273c373459c053ef;p=dotfiles.git kupgrayyedd: improve wording --- diff --git a/local/dot-local/bin/kupgrayyedd b/local/dot-local/bin/kupgrayyedd index ced6c845..c2ffe006 100755 --- a/local/dot-local/bin/kupgrayyedd +++ b/local/dot-local/bin/kupgrayyedd @@ -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