aboutsummaryrefslogtreecommitdiff
path: root/.config/cow
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-08-16 16:56:17 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-08-16 16:56:17 +0100
commite3c00b6e7a3371819dd85f179f889879b3199145 (patch)
tree7de53941e4d4dd58c19d637c89106ea4900822df /.config/cow
parentab603f47be0170182c9b4ad84509f1b3888e9a37 (diff)
Added another sleep 0.1 after killing cowbuttons and cowpager before drawing the bar on each output in afterstart.sh
Diffstat (limited to '.config/cow')
-rwxr-xr-x.config/cow/after-start.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/cow/after-start.sh b/.config/cow/after-start.sh
index 81167a2..42a8fc8 100755
--- a/.config/cow/after-start.sh
+++ b/.config/cow/after-start.sh
@@ -38,7 +38,7 @@ sh "$HOME/.config/waybar/scripts/swayidle-update.sh"
# kill any running instances if they exist
pkill -9 cowpager
pkill -9 cowbuttons
-
+sleep 0.1
# start cowpager and cowbuttons for each monitor
monitors=$(moocow show output | jq -r '.data[] | .name' | wc -l | xargs)