nwg-piotr / nwg-wrapper

Wrapper to display a script output or a text file content on the desktop in sway or other wlroots-based compositors
MIT License
139 stars 8 forks source link

use shlex to split string when parsing image #21

Closed xPMo closed 2 years ago

xPMo commented 2 years ago

Also saves us from having to manually strip quotes, shlex does that for us.