aboutsummaryrefslogtreecommitdiff
path: root/.scripts/environment
diff options
context:
space:
mode:
authorMarvin Borner2020-04-02 22:23:41 +0200
committerMarvin Borner2020-04-02 22:23:41 +0200
commitec1c4e9219b219c38325c9c6b8a12d0da03f67cd (patch)
treee773fee2152e7be7fe2435b3c38ece6597733eb9 /.scripts/environment
parent634a5a01a111169afa8ecbd8917dc853b10adb72 (diff)
Added thunderbird to environment
Diffstat (limited to '.scripts/environment')
-rwxr-xr-x.scripts/environment19
1 files changed, 19 insertions, 0 deletions
diff --git a/.scripts/environment b/.scripts/environment
new file mode 100755
index 0000000..42ad665
--- /dev/null
+++ b/.scripts/environment
@@ -0,0 +1,19 @@
+#!/usr/bin/env sh
+
+notify-send -u critical "Waiting for internet connection..."
+while ! ping -qc1 8.8.8.8 ; do sleep 0.1 ; done
+notify-send -u critical "Found network!"
+
+exec qutebrowser &
+exec st &
+
+exec telegram-desktop &
+exec signal-desktop &
+exec discord &
+exec whatsapp-nativefier-dark &
+exec thunderbird &
+
+exec spotify
+dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Play
+
+notify-send -u critical "Welcome back, Melvin!"