gotbletu / shownotes

notes for videos from my youtube channel
https://www.youtube.com/user/gotbletu
GNU General Public License v3.0
911 stars 173 forks source link

snippy_1line Font change [Bug] #21

Open Monirzadeh opened 5 years ago

Monirzadeh commented 5 years ago

hi you can't change fonts that have space in the name for example dmenu_run -fn 'Droid Sans Mono-19'
works fine in terminal but if you change DMENU_ARGS="-b" to below code that is not working DMENU_ARGS="-fn 'Droid Sans Mono-19'" I test below code and got the same error -fn Droid\ Sans\ Mono-19