summaryrefslogtreecommitdiff
path: root/bin/dwl.sh
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-11 20:13:23 -0500
committerSam Nystrom <sam@samnystrom.dev>2023-04-11 20:13:23 -0500
commit7c9576dd7650f1958e87d0a7155437fdee134462 (patch)
tree7757586c29c72fbb5f3ce8401100ee3b0e10b914 /bin/dwl.sh
parent6b5cede22c2681a9f7ea0f375a65344afeffc6e2 (diff)
feat(bin): add statusbar script
Diffstat (limited to 'bin/dwl.sh')
-rwxr-xr-xbin/dwl.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dwl.sh b/bin/dwl.sh
index fdf8ae0..5cccd97 100755
--- a/bin/dwl.sh
+++ b/bin/dwl.sh
@@ -5,6 +5,7 @@ WALLPAPER=/home/samn/wallpaper.jpg
dwl -s "\
swaybg -i "$WALLPAPER" \
& somebar
+ & status.sh
& swayidle -w \
timeout 300 \"swaylock -f -i $WALLPAPER\" \
before-sleep \"swaylock -f -i $WALLPAPER\""