From f8aabcef2df45dc52d74eb44ac7a37c5776a217e Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 23 May 2024 21:03:57 +0000 Subject: Added --hint=string:x-canonical-private-synchronous:idleinhibit --- .config/yambar/scripts/idleinhibit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/yambar') diff --git a/.config/yambar/scripts/idleinhibit.sh b/.config/yambar/scripts/idleinhibit.sh index ffc8baa..f7af764 100755 --- a/.config/yambar/scripts/idleinhibit.sh +++ b/.config/yambar/scripts/idleinhibit.sh @@ -5,13 +5,13 @@ function toggle { if pgrep "swayidle" > /dev/null then pkill swayidle - notify-send -r 5556 -u normal " Swayidle Inactive" + notify-send -u normal " Swayidle Inactive" --hint=string:x-canonical-private-synchronous:idleinhibit else swayidle -w \ timeout 300 'swaylock -f -i ~/.cache/wallpaper' \ timeout 600 'wlopm --off \*;swaylock -F -i ~/.cache/wallpaper' resume 'wlopm --on \*' \ before-sleep 'swaylock -f -i $wallpaper' & - notify-send -r 5556 -u normal " Swayidle Active" + notify-send -u normal " Swayidle Active" --hint=string:x-canonical-private-synchronous:idleinhibit fi } -- cgit v1.2.3