From 29ad00fc8ac1c0ead0dba5e26f521d4258750f63 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Fri, 28 Aug 2026 19:42:18 +0100 Subject: Start cowclock on each output --- .config/cow/scripts/after-start.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config') diff --git a/.config/cow/scripts/after-start.sh b/.config/cow/scripts/after-start.sh index 1c2ab1a..b9baa3b 100755 --- a/.config/cow/scripts/after-start.sh +++ b/.config/cow/scripts/after-start.sh @@ -38,6 +38,7 @@ sh "$HOME/.config/waybar/scripts/swayidle-update.sh" # kill any running instances if they exist pkill -9 cowpager pkill -9 cowbuttons +pkill -9 cowclock sleep 0.1 # start cowpager and cowbuttons for each monitor @@ -51,6 +52,7 @@ while [ "$i" -ge 1 ]; do sleep 0.1 cowpager -m "$output" & cowbuttons & + cowclock & # Focus the lowest active tag (desk nr) num=$(moocow show desk | jq -r '.data.desks | map(select(.active == true)) | sort_by(.nr) | .[0].nr') moocow desk -t "$output" -d "$num" -- cgit v1.3