aboutsummaryrefslogtreecommitdiff
path: root/.config/eww
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-12-23 22:12:31 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-12-23 22:12:31 +0000
commitfcd20f1828e9528483153c2ea5c65f62e90c9b90 (patch)
tree16fa770d5c33fca0d9ccf2441e139b0dbd3c4dd9 /.config/eww
parent525f45888474cd608927f0048b9e68b3702ec772 (diff)
Fixed poor tabs.
Diffstat (limited to '.config/eww')
-rwxr-xr-x.config/eww/scripts/idleinhibit.sh8
1 files changed, 4 insertions, 4 deletions
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