summaryrefslogtreecommitdiffhomepage
path: root/triscord
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-08-14 18:16:08 -0400
committerrealtradam <[email protected]>2023-08-14 18:16:08 -0400
commit440f126691c42e45b7c85e130c0bec9f6a8ab0df (patch)
tree38f04bf592476ef202eb30b6dbfbcae99ff33081 /triscord
downloadScripts-master.tar.gz
Scripts-master.zip
Diffstat (limited to 'triscord')
-rwxr-xr-xtriscord5
1 files changed, 5 insertions, 0 deletions
diff --git a/triscord b/triscord
new file mode 100755
index 0000000..e45dce5
--- /dev/null
+++ b/triscord
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+until /usr/bin/discord; do
+ notify-send -c 'im.error' -i /home/tradam/.scripts/discordCrashHandler/Discord-Logo-Color.png 'Crash Error' 'Discord has crashed. Start this garbage up again' && paplay /home/tradam/.scripts/discordCrashHandler/disconnect.ogg
+done