eww -> hyprstatus: Fixed window title breaking when quotes
This commit is contained in:
parent
1cdd5b2330
commit
42c4eb7a13
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@ current (){
|
||||||
}
|
}
|
||||||
|
|
||||||
title (){
|
title (){
|
||||||
hyprctl activewindow -j | jq --raw-output .title
|
hyprctl activewindow -j | jq .title
|
||||||
}
|
}
|
||||||
|
|
||||||
status (){
|
status (){
|
||||||
echo "{\"spaces\": $(spaces), \"current\": \"$(current)\", \"title\": \"$(title)\"}"
|
echo "{\"spaces\": $(spaces), \"current\": $(current), \"title\": $(title)}"
|
||||||
}
|
}
|
||||||
|
|
||||||
status
|
status
|
||||||
|
|
Loading…
Reference in a new issue