aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/system/start-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'env/.local/bin/system/start-scripts')
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh
index 3d1d1d6..822a0e5 100755
--- a/env/.local/bin/system/start-scripts/autostart.sh
+++ b/env/.local/bin/system/start-scripts/autostart.sh
@@ -33,6 +33,10 @@ fi
pipewire-pulse & disown
sleep 0.5s
+if [ "$WAYLAND_SESSION" ]; then
+ waybar & disown
+fi
+
if [ -z $(pgrep -f newsboat-fetch.sh) ]; then
~/.config/dwm/newsboat-fetch.sh &
fi