diff options
Diffstat (limited to '.local/bin/scst')
-rwxr-xr-x | .local/bin/scst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/scst b/.local/bin/scst index 5cce936..f24fdb4 100755 --- a/.local/bin/scst +++ b/.local/bin/scst @@ -4,7 +4,7 @@ set -e notify() { - notify-send -a ${0##*/} -i "$filename" 'Screenshot copied' \ + notify-send -a ${0##*/} -i "$filename" 'Screenshot Copied' \ 'Screenshot successfully copied to the clipboard.' } |