RealAestan 9f6454c15e
dmenuunicode: don't use variables in the printf format string
It works but the good practice is to use `printf "..%s.." "$foo"`
see https://www.shellcheck.net/wiki/SC2059
2023-02-26 09:10:43 +01:00
..