LukeSmithxyz / voidrice

My dotfiles (deployed by LARBS)
GNU General Public License v3.0
4.29k stars 1.21k forks source link

dmenuunicode: don't use variables in the printf format string #1284

Closed RealAestan closed 1 year ago

RealAestan commented 1 year ago

It works but the good practice is to use printf "..%s.." "$foo" see https://www.shellcheck.net/wiki/SC2059