;;;; fuzzytime.asd (asdf:defsystem #:fuzzytime :description "A module to display a fuzzy date and time in the modeline of StumpWM" :author "Tslil Clingman " :license "GPLv3" :depends-on (#:stumpwm) :serial t :components ((:file "package") (:file "fuzzytime")))