feat: dedicated script for statusbar date module
This commit is contained in:
parent
397f10b8d2
commit
f566ff7d8f
15
.local/bin/statusbar/sb-date
Executable file
15
.local/bin/statusbar/sb-date
Executable file
@ -0,0 +1,15 @@
|
||||
#!/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"
|
Reference in New Issue
Block a user