notify-send is simple, all you need to do is call it from your bash script like this
notify-send 'some title' 'some message'
You'll get nice little notification pupup on KDE.
notify-send is simple, all you need to do is call it from your bash script like this
notify-send 'some title' 'some message'
You'll get nice little notification pupup on KDE.