We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"hyprctl" has "-j" flag which stands for output in JSON.
"hyprctl monitors -j" output:
[{ "id": 0, "name": "eDP-1", "description": "Chimei Innolux Corporation 0x14C3", "make": "Chimei Innolux Corporation", "model": "0x14C3", "serial": "", "width": 1366, "height": 768, "refreshRate": 60.00300, "x": 0, "y": 0, "activeWorkspace": { "id": 3, "name": "3" }, "specialWorkspace": { "id": 0, "name": "" }, "reserved": [0, 25, 0, 0], "scale": 1.00, "transform": 0, "focused": true, "dpmsStatus": true, "vrr": false, "activelyTearing": false, "disabled": false, "currentFormat": "XRGB8888", "availableModes": ["[email protected]"] }]
But "hyprctl hyprpaper listacitve -j" and "hyprctl hyprpaper listloaded -j " ignore "-j" flag return regular output.
"hyprctl hyprpaper listacitve -j" output:
eDP-1 = /home/vardan/Pictures/0.png = /home/vardan/Pictures/0.png
"hyprctl hyprpaper listloaded -j" output:
/home/vardan/Pictures/0.png
The text was updated successfully, but these errors were encountered:
hyprpaper doesn't support json IIRC yea
Sorry, something went wrong.
Are there any plans to add output in JSON?
feel free to do so and make a mr, I am busy with other stuff atm
This also requires a change in hyprctl since it doesn't share the flags with hyprpaper
No branches or pull requests
"hyprctl" has "-j" flag which stands for output in JSON.
"hyprctl monitors -j" output:
But "hyprctl hyprpaper listacitve -j" and "hyprctl hyprpaper listloaded -j " ignore "-j" flag return regular output.
"hyprctl hyprpaper listacitve -j" output:
"hyprctl hyprpaper listloaded -j" output:
The text was updated successfully, but these errors were encountered: