From 37409bbf57cbe87431d90afc62f783b84f856752 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 4 Jul 2023 11:07:28 +0530 Subject: dunicode: use nerd font for the prompt --- dunicode | 6 +++--- 1 file 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 -- cgit v1.2.3