Various scripts that I maintain

Remove custom timeout for notification

Signed-off-by: Shiloh Fen <shiloh@shilohfen.com>

+1 -1
+1 -1
scripts/notify-blu-kernel.nu
··· 1 1 #!/usr/bin/nu 2 2 3 3 if not (uname | get kernel-release | str contains "blu.fc") { 4 - notify-send -u normal -i dialog-warning -t 1000 -a "Kernel Check" "Not using kernel-blu" "Gaming and VR may have slightly degraded performance or not function correctly." 4 + notify-send -u normal -i dialog-warning -a "Kernel Check" "Not using kernel-blu" "Gaming and VR may have slightly degraded performance or not function correctly." 5 5 }