summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-11 19:20:14 -0500
committerSam Nystrom <sam@samnystrom.dev>2023-04-11 19:20:14 -0500
commit505719fc10438f72149f4eebbe811045762f5e63 (patch)
tree7c4be993ab6c436eb809faeb75d06b67a468ac89
parent1b0d840595653ed89742ba79b8a2aace36111041 (diff)
feat(bin): start somebar in dwl wrapper
-rwxr-xr-xbin/dwl.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dwl.sh b/bin/dwl.sh
index a41418e..fdf8ae0 100755
--- a/bin/dwl.sh
+++ b/bin/dwl.sh
@@ -4,6 +4,7 @@ WALLPAPER=/home/samn/wallpaper.jpg
dwl -s "\
swaybg -i "$WALLPAPER" \
+ & somebar
& swayidle -w \
timeout 300 \"swaylock -f -i $WALLPAPER\" \
before-sleep \"swaylock -f -i $WALLPAPER\""