diff options
author | sinanmohd <sinan@firemail.cc> | 2023-07-04 11:07:28 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-07-04 11:07:28 +0530 |
commit | 37409bbf57cbe87431d90afc62f783b84f856752 (patch) | |
tree | 60c1efe51ca10a510abf7a2583e86666613febbf /dunicode | |
parent | f75aaee39f79adac35f14c3a05d4b08f4e2690d2 (diff) |
dunicode: use nerd font for the prompt
Diffstat (limited to 'dunicode')
-rwxr-xr-x | dunicode | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ note() : "${1:?}" command -v notify-send > /dev/null && - notify-send " dunicode" "$1" + notify-send " dunicode" "$1" } die() @@ -49,9 +49,9 @@ get_glyph() # shellcheck disable=SC2059 [ -n "${str#*\n}" ] && - str="$(printf "$str" | "$menu" -p " ")" + str="$(printf "$str" | "$menu" -p " ")" - str="$("$menu" -l 25 -p " " < "${data_dir}/${str}")" + str="$("$menu" -l 25 -p " " < "${data_dir}/${str}")" echo "${str%%[[:space:]]*}" unset str |