This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.local/bin/statusbar/sb-date

16 lines
405 B
Bash
Executable File

#!/usr/bin/env sh
######################################################################
# @author : swytch (swytch@$HOSTNAME)
# @file : sb-date
# @license : MIT
# @created : Tuesday Feb 16, 2021 20:43:14 CET
#
# @description : date block for dwmblocks
######################################################################
date="$(date '+%b. %d - %I:%M%p')"
printf " %s " "$date"