edit swaync config accordingly
"actions": [
{
"label": " Upgrayyedd",
- "command": "upgrayyedd-kdialog"
+ "command": "kupgrayyedd"
},
{
"label": " Lock",
--- /dev/null
+#!/bin/bash
+
+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");
+
+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 ;;
+ *) echo "Failure"
+esac
+
+++ /dev/null
-#!/bin/bash
-
-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");
-
-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 ;;
- *) echo "Failure"
-esac
-