Hopefully fix it so that notifications aren't limited any more.
This commit is contained in:
parent
6063fac699
commit
eb8fa44757
@ -271,9 +271,9 @@ if [[ $# -ne 0 ]]; then
|
|||||||
fi
|
fi
|
||||||
if command -v xclip &> /dev/null && [[ "${#url}" -gt 3 ]]; then
|
if command -v xclip &> /dev/null && [[ "${#url}" -gt 3 ]]; then
|
||||||
echo "${url}" | xclip -selection clipboard
|
echo "${url}" | xclip -selection clipboard
|
||||||
notify-send "${notification} The URL has been copied to the clipboard." --expire-time=30000
|
notify-send --hint=int:transient:1 -t 500 -r 38 "${notification} The URL has been copied to the clipboard."
|
||||||
else
|
else
|
||||||
notify-send "${*}" --expire-time=30000
|
notify-send --hint=int:transient:1 -t 500 -r 38 "${*}"
|
||||||
fi
|
fi
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user