dotfiles/.config/nsxiv/exec/win-title

11 lines
141 B
Plaintext
Raw Permalink Normal View History

2024-08-01 16:06:21 -04:00
#!/bin/sh
TITLE_BASE="nsxiv"
exec 2>/dev/null
filename="${1##*/}"
file_count="$2/$3"
printf '%s' "$TITLE_BASE - $filename | $file_count"