swaync-client -cp -sw
-choice=$(kdialog --menu "Aktion wählen:" 1 "Portage @world update" 2 "Sync repos and update @world" 3 "Clean-up @world" --default "Portage @world update");
+choice=$(kdialog --menu "Aktion wählen:" 1 "Portage @world update" 2 "Sync repos and update @world" 3 "Rebuild preserved libs" 4 "Clean-up @world" --default "Portage @world update");
case $choice in
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 ;;
+ 3) foot -a popup -H ~/.local/bin/upgrayyedd preserved ;;
+ 4) foot -a popup -H ~/.local/bin/upgrayyedd clean ;;
*) echo "Failure"
esac