Dotfiles/desktopenvs/hyprlua/scripts/date.sh

5 lines
191 B
Bash
Executable File

#!/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>"