This commit is contained in:
Stephan Raabe
2024-04-22 14:46:08 +02:00
parent 7cbb584d37
commit 5da5231276
11 changed files with 79 additions and 33 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ fi
if [[ ! -f "$FILE" ]]; then
touch "$FILE"
${EWW} --config "$CFG" open-many ml4wlauncher resources logout suspend lock reboot shutdown
${EWW} --config "$CFG" open-many ml4wlauncher resources logout suspend lock reboot shutdown close
else
${EWW} --config "$CFG" close resources ml4wlauncher logout suspend lock reboot shutdown
${EWW} --config "$CFG" close resources ml4wlauncher logout suspend lock reboot shutdown close
rm "$FILE"
fi