#!/bin/bash
# Output the current date wrapped in Pango bold markup for Eww label widgets.
# %-d strips the leading zero (e.g. "6" instead of "06").
echo "<b> "$(date +'%A, %-d %B %Y')" </b>"