02-18-2016, 08:54 PM
Hi liamjake05,
If you just want a notification shown without confirmation/ interaction you could add a line like this to the file /home/<user_name/.profile
With confirmation/ interaction:
Hope that helps
If you just want a notification shown without confirmation/ interaction you could add a line like this to the file /home/<user_name/.profile
Code:
notify-send "Big brother is watching you."
With confirmation/ interaction:
Code:
zenity --info --text="Big brother is watching you."
Hope that helps
