#!/bin/bash
. "$HOME/.wmii/include.sh"

priority=$1

set -e
while true; do
	date |a "$WMII_DIR/rbar/${priority}_clock"
	sleep .5
done