From 2be682c87926772b96075eca4286bd4645d53b42 Mon Sep 17 00:00:00 2001 From: ShakedGold Date: Tue, 13 Jun 2023 01:17:08 +0300 Subject: [PATCH] fixed daemon printing --- scripts/daemon.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/daemon.sh b/scripts/daemon.sh index 48797e8..9555870 100755 --- a/scripts/daemon.sh +++ b/scripts/daemon.sh @@ -15,7 +15,6 @@ while true; do window_str=$(echo $window | sed -e 's/[]\/$*.^[]/\\&/g') #| sed 's/\[\([^]]*\)\]/\\[\1\\]/g') #add \ to [] window_no_slash=$(echo $window | sed 's|/|⁄|g') - echo $window_no_slash at_size=$(hyprctl clients | sed -n "/$window_str/,/^\$/p" | grep -Ew 'at|size' | tr -d '[a-z]|:|\t| ') at=$(echo $at_size | tr ' ' '\n' | head -1 | tail -1)