Update to Apps and Networking and added Idle Button

This commit is contained in:
Hannes
2026-03-22 20:53:49 +01:00
parent 9c69bad626
commit 8a8c38be67
5 changed files with 74 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
if pgrep -x "hypridle" >/dev/null ;then
killall hypridle
else
hypridle &
fi