Various scripts that I maintain
utils scripts
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove custom timeout for notification

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

Shiloh Fen ba60623c b555b87c

+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 }