aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-07-04 11:07:28 +0530
committersinanmohd <sinan@firemail.cc>2023-07-04 11:07:28 +0530
commit37409bbf57cbe87431d90afc62f783b84f856752 (patch)
tree60c1efe51ca10a510abf7a2583e86666613febbf
parentf75aaee39f79adac35f14c3a05d4b08f4e2690d2 (diff)
dunicode: use nerd font for the prompt
-rwxr-xr-xdunicode6
1 files changed, 3 insertions, 3 deletions
diff --git a/dunicode b/dunicode
index 6600d61..6524203 100755
--- a/dunicode
+++ b/dunicode
@@ -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