fixed daemon printing
This commit is contained in:
parent
5ca59b21ad
commit
2be682c879
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue