aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-05-08 14:49:55 +0530
committersinanmohd <sinan@firemail.cc>2023-05-08 14:49:55 +0530
commit8c660d73525ef68a007256d93e3102b22baacefa (patch)
tree88cd8bfacd77402d5e7b5dd28ad4aa90ff43ef51
parent97e78dfab069997c9579d77f291172ab6a1760ca (diff)
pirowatch: switch back to nerf font
-rwxr-xr-xpirowatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pirowatch b/pirowatch
index 02f6198..512667c 100755
--- a/pirowatch
+++ b/pirowatch
@@ -69,7 +69,7 @@ set_index() {
grep -Ei "\.(mkv|mp4|webm|avi|mov|flv|flac|opus|ogg|mp3|wav) (.*)$")
if [ "$(echo "$fetch" | wc -l)" -gt 1 ]
then
- fetch="$(printf "%s" "$fetch" | "$menu" -p " " -l 25)" ||
+ fetch="$(printf "%s" "$fetch" | "$menu" -p "󰎁 " -l 25)" ||
die "empty selection" 66
fi