From fcd20f1828e9528483153c2ea5c65f62e90c9b90 Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Mon, 23 Dec 2024 22:12:31 +0000
Subject: Fixed poor tabs.

---
 .config/eww/scripts/idleinhibit.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to '.config/eww')

diff --git a/.config/eww/scripts/idleinhibit.sh b/.config/eww/scripts/idleinhibit.sh
index c1d14b0..c24f715 100755
--- a/.config/eww/scripts/idleinhibit.sh
+++ b/.config/eww/scripts/idleinhibit.sh
@@ -4,12 +4,12 @@
 toggle() {
 	if pgrep "swayidle" > /dev/null
 	then
-		pkill swayidle
-		notify-send --hint=string:x-canonical-private-synchronous:idleinhibit -u normal "   Swayidle Inactive"
-        else
+					pkill swayidle
+					notify-send --hint=string:x-canonical-private-synchronous:idleinhibit -u normal "   Swayidle Inactive"
+  else
 	        sh "$HOME/.config/river/scripts/swayidle-update.sh"
 	        notify-send --hint=string:x-canonical-private-synchronous:idleinhibit -u normal "  Swayidle Active"
-        fi
+  fi
 }
 
 case $1 in
-- 
cgit v1.2.3