]> Freerunner's - dotfiles.git/commitdiff
kupgrayyedd: set initialTitle on launch
authorAndre Ramnitz <tux.rising@gmail.com>
Thu, 17 Jul 2025 16:27:10 +0000 (18:27 +0200)
committerAndre Ramnitz <tux.rising@gmail.com>
Thu, 17 Jul 2025 16:27:10 +0000 (18:27 +0200)
dot-local/bin/kupgrayyedd

index 33854bcc6f0cbdc88d618f89bb0951771c729358..cf632ca5795fdc79ebbb3d9a499592db1ee97ce8 100755 (executable)
@@ -5,14 +5,14 @@ swaync-client -cp -sw
 choice=$(kdialog --geometry 500x360 --menu "Aktion wählen:" 1 "Sync repos and update @world" 2 "Portage @world update" 3 "Rebuild preserved libs" 4 "Clean-up @world" 5 "Build Gentoo kernel" 6 "Build Git kernel" 7 "Clean old kernels" 8 "View log" --default "Portage @world update");
 
 case $choice in
-    1) foot -a popup -H ~/.local/bin/upgrayyedd refresh ;;
-    2) foot -a popup -H ~/.local/bin/upgrayyedd again ;;
-    3) foot -a popup -H ~/.local/bin/upgrayyedd preserved ;;
-    4) foot -a popup -H ~/.local/bin/upgrayyedd depclean ;;
-    5) foot -a popup -H ~/.local/bin/upgrayyedd kbuild-gentoo ;;
-    6) foot -a popup -H ~/.local/bin/upgrayyedd kbuild-git ;;
-    7) foot -a popup -H ~/.local/bin/upgrayyedd clean-kernels ;;
-    8) foot -a popup -H ~/.local/bin/upgrayyedd log ;;
+    1) foot -a popup -T upgrayyedd -H ~/.local/bin/upgrayyedd refresh ;;
+    2) foot -a popup -T upgrayyedd -H ~/.local/bin/upgrayyedd again ;;
+    3) foot -a popup -T upgrayyedd -H ~/.local/bin/upgrayyedd preserved ;;
+    4) foot -a popup -T upgrayyedd -H ~/.local/bin/upgrayyedd clean ;;
+    5) foot -a popup -T upgrayyedd -H ~/.local/bin/upgrayyedd kernel-gentoo ;;
+    6) foot -a popup -T upgrayyedd -H ~/.local/bin/upgrayyedd kernel-git ;;
+    7) foot -a popup -T upgrayyedd -H ~/.local/bin/upgrayyedd clean-kernels ;;
+    8) foot -a popup -T upgrayyedd -H ~/.local/bin/upgrayyedd log ;;
     *) echo "Failure"
 esac