diff options
-rwxr-xr-x | .local/bin/scst | 2 | ||||
-rwxr-xr-x | .local/sbin/chtz | 2 |
2 files changed, 2 insertions, 2 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.' } diff --git a/.local/sbin/chtz b/.local/sbin/chtz index 28fff0f..c32573a 100755 --- a/.local/sbin/chtz +++ b/.local/sbin/chtz @@ -4,5 +4,5 @@ set -e choice="`timedatectl list-timezones | grep './.' | osel`" \ && sudo timedatectl set-timezone "$choice" \ - && notify-send -a "${0##*/}" 'Timezone changed' \ + && notify-send -a "${0##*/}" 'Timezone Changed' \ "The system timezone was changed to ‘$choice’." |