mirror of
https://github.com/brmlab/BLIT.git
synced 2025-06-08 03:44:00 +02:00
notify-send needs to be critical
notification on critical level doesnt disappear after timeout
This commit is contained in:
parent
8972a734f7
commit
e72ca5cef9
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ show_visual_notification()
|
||||||
cur_display=${logged_users[$i + 1]}
|
cur_display=${logged_users[$i + 1]}
|
||||||
|
|
||||||
export DISPLAY=$cur_display
|
export DISPLAY=$cur_display
|
||||||
su $cur_user -c "notify-send '$header' '$text'"
|
su $cur_user -c "notify-send -u critical '$header' '$text'"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue