waybar: use idle_inhibitor instead of custom module

This commit is contained in:
2025-08-10 21:07:05 +02:00
parent f1d5c8aba6
commit a37c93245c
11 changed files with 28 additions and 223 deletions

View File

@@ -2,7 +2,7 @@
path="$(dirname "$(realpath "$0")")"
"$path/issu.sh" || {
"$path/issu.sh" && {
echo "Do not run this script in sudo mode."
exit 1
}