diff options
author | sinanmohd <sinan@firemail.cc> | 2023-05-08 14:49:55 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-05-08 14:49:55 +0530 |
commit | 8c660d73525ef68a007256d93e3102b22baacefa (patch) | |
tree | 88cd8bfacd77402d5e7b5dd28ad4aa90ff43ef51 /pirowatch | |
parent | 97e78dfab069997c9579d77f291172ab6a1760ca (diff) |
pirowatch: switch back to nerf font
Diffstat (limited to 'pirowatch')
-rwxr-xr-x | pirowatch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |