aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/wmintro20
-rwxr-xr-xbin/wmsequence10
2 files changed, 12 insertions, 18 deletions
diff --git a/bin/wmintro b/bin/wmintro
index ccae719..5039df3 100755
--- a/bin/wmintro
+++ b/bin/wmintro
@@ -1,29 +1,13 @@
#! /bin/bash
-####
bspc monitor 1 -f
sleep 1
-####
-WINIT_X11_SCALE_FACTOR=1.0 alacritty &
-sleep 1
-WINIT_X11_SCALE_FACTOR=1.0 alacritty -e tty-clock -srDB &
-sleep 1
-WINIT_X11_SCALE_FACTOR=1.0 alacritty -e sh -c 'cava | lolcat' &
-sleep 1
+~/bin/wmsequence
-####
bspc monitor 2 -f
sleep 1
-####
-WINIT_X11_SCALE_FACTOR=1.0 alacritty &
-sleep 1
-WINIT_X11_SCALE_FACTOR=1.0 alacritty -e tty-clock -srDB &
-sleep 1
-WINIT_X11_SCALE_FACTOR=1.0 alacritty -e sh -c 'cava | lolcat' &
-sleep 1
+~/bin/wmsequence
-####
cvlc ~/.wmintro_audio
-####
diff --git a/bin/wmsequence b/bin/wmsequence
new file mode 100755
index 0000000..f4790d3
--- /dev/null
+++ b/bin/wmsequence
@@ -0,0 +1,10 @@
+#! /bin/bash
+
+WINIT_X11_SCALE_FACTOR=1.0 alacritty &
+sleep 1
+
+WINIT_X11_SCALE_FACTOR=1.0 alacritty -e tty-clock -srDB &
+sleep 1
+
+WINIT_X11_SCALE_FACTOR=1.0 alacritty -e sh -c 'cava | lolcat' &
+sleep 1