summaryrefslogtreecommitdiff
path: root/.local/bin/dwmbar/dwmb-date
blob: ece4e5f0de553569effb98bd24d6db43d22ded5b (plain)
1
2
3
4
5
6
#!/bin/sh

text=$(date +" %a %b %d")

printf '{ "text": "%s", "class": "block" }\n' "$text"