i'm trying to create notification script but it doesnt work.
When i click for example "control+alt+m" it should pop notification which it does, but its like default and i cant change anything.
I tried to use some of commands for notify-send but its just not working.
And one more huge problem is its not working in full screen like i'm in-game and i want to click "control+alt+m" and its not showing up.
I cant do anything, i tried to write -critical still not working. need help with notifications.
here is my script:
#!/bin/bash
notify-send "Dota2 Heroes" -t 10000
P.S default is 5sec time, -t 10000 = 10sec but its not working, notification disappears in 5sec
notify-send -t 10000 "title" "message"
– bistoco Jul 15 '15 at 19:16-t 50000
, it'll still be 10 sec :) (on unity). – Jacob Vlijm Jul 15 '15 at 19:20