summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-14 18:29:10 -0500
committerSam Nystrom <sam@samnystrom.dev>2023-04-14 18:29:10 -0500
commit186a6f2394060f211f79bb3cd99f32435b1bca71 (patch)
treebe5bc42caae2ecf15f229f26fac82abdd051f1e9 /bin
parentac4b34e610213d917215b1b3d1f3d3a99e23dc51 (diff)
refactor: replace dwl-init.sh with superd services
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dwl-init.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/dwl-init.sh b/bin/dwl-init.sh
deleted file mode 100755
index 3afae87..0000000
--- a/bin/dwl-init.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-set -eu
-
-WALLPAPER=/home/samn/wallpaper.jpg
-
-trap 'kill 0' SIGINT
-
-swaybg -i "$WALLPAPER" &
-swayidle -w \
- timeout 300 "swaylock -f -i $WALLPAPER" \
- before-sleep "swaylock -f -i $WALLPAPER" &
-status.sh &
-somebar
-
-wait