sb

shitty bar for dwm
git clone git://git.ckyln.com/~cem/sb.git
Log | Files | Refs | README | LICENSE

sb_datetime (138B)


      1 # Gets datetime and prints to stdout
      2 
      3 datetime() {
      4         printf '%s %s ' "$(command date +"${DATE:-%a %d %b %Y %H:%M}")" "$DELIMITER"
      5 }