From 505719fc10438f72149f4eebbe811045762f5e63 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 11 Apr 2023 19:20:14 -0500 Subject: feat(bin): start somebar in dwl wrapper --- bin/dwl.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/dwl.sh') 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\"" -- cgit v1.2.3