README.md (320B)
1 [dwm status monitor](http://dwm.suckless.org/status_monitor/) implemented in Guile Scheme. 2 3 Displays: 4 - date and time 5 - messages recieved through unix domain socket located at /tmp/dwmstatus.sock 6 7 To send messages, use something like 8 9 printf "hello world"|nc -U /tmp/dwmstatus.sock 10 11 Edit source to config and extend. 12