You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2025. It is now read-only.
Currently, swww query outputs the data in this format:
OUTPUT: SIZE, scale: SCALE, currently displaying: IMAGE_OR_COLOR
When parsing this data with scripts to retrieve e.g. the current background image, this makes it pretty unintuitive to do:
swww query | awk '{print $8}'
I think a -j/--json option for this command, that would output the information as json structured data that can easily be parsed by jq would be nice to have.