fix: backwards compatible transient flag
This commit is contained in:
parent
dad1e61c71
commit
9b6bc124f0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
export AUTO_NOTIFY_VERSION="0.8.0"
|
export AUTO_NOTIFY_VERSION="0.8.1"
|
||||||
|
|
||||||
# Time it takes for a notification to expire
|
# Time it takes for a notification to expire
|
||||||
[[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&
|
[[ -z "$AUTO_NOTIFY_EXPIRE_TIME" ]] &&
|
||||||
|
@ -51,7 +51,7 @@ function _auto_notify_message() {
|
||||||
|
|
||||||
if [[ "$platform" == "Linux" ]]; then
|
if [[ "$platform" == "Linux" ]]; then
|
||||||
local urgency="normal"
|
local urgency="normal"
|
||||||
local transient="--transient"
|
local transient="--hint=int:transient:1"
|
||||||
if [[ "$exit_code" != "0" ]]; then
|
if [[ "$exit_code" != "0" ]]; then
|
||||||
urgency="critical"
|
urgency="critical"
|
||||||
transient=""
|
transient=""
|
||||||
|
|
Loading…
Add table
Reference in a new issue