aboutsummaryrefslogtreecommitdiff
path: root/.config/eww/scripts/start.sh
diff options
context:
space:
mode:
Diffstat (limited to '.config/eww/scripts/start.sh')
-rwxr-xr-x.config/eww/scripts/start.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/eww/scripts/start.sh b/.config/eww/scripts/start.sh
index 45f1946..7de1f77 100755
--- a/.config/eww/scripts/start.sh
+++ b/.config/eww/scripts/start.sh
@@ -3,6 +3,9 @@
# kill any running instances if they exist
eww kill
+# Start Eww daemon
+eww daemon
+
# start a bar for each monitor
monitors=$(wlr-randr | grep "^[^ ]" | awk '{ print$1 }' | wc -l | xargs)
total=$(wlr-randr | grep "^[^ ]" | awk '{ print$1 }' | wc -l | xargs)