muesli / deckmaster

An application to control your Elgato Stream Deck on Linux
MIT License
254 stars 45 forks source link

Multi Line Command Output #97

Open dgalli1 opened 2 years ago

dgalli1 commented 2 years ago

Not Sure if this is already possible with the layout property. But would it somehow be possible to dynamically set the newline when using the keys.widget.config.command functionality?

For example:

-> playerctl metadata title | tr ' ' '\n'
Soldier
of
Heaven

Currently, the newline gets ignored. And it gets rendered as "Soldier of Heaven" instead of "Solider of Heaven"

tristengrant commented 4 months ago

This would be very nice.