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

text="$(date +" %H:%M")"

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