get-date 139 B

123456
  1. #!/bin/sh
  2. # script to display the brightness state in dwmblocks
  3. DATETIME=$(date +"📅 %d.%m.%y ⌚ %H:%M")
  4. printf "%s \\n" "$DATETIME"