diff --git a/bar/eww/scripts/hypr/hyprstatus b/bar/eww/scripts/hypr/hyprstatus index ba6f2f2..942500b 100755 --- a/bar/eww/scripts/hypr/hyprstatus +++ b/bar/eww/scripts/hypr/hyprstatus @@ -9,11 +9,11 @@ current (){ } title (){ - hyprctl activewindow -j | jq --raw-output .title + hyprctl activewindow -j | jq .title } status (){ - echo "{\"spaces\": $(spaces), \"current\": \"$(current)\", \"title\": \"$(title)\"}" + echo "{\"spaces\": $(spaces), \"current\": $(current), \"title\": $(title)}" } status