blob: 82a630b086fd0205b6362964cea8ea9951ed54b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
;;;; fuzzytime.asd
(asdf:defsystem #:fuzzytime
:description "A module to display a fuzzy date and time in the modeline of StumpWM"
:author "Tslil Clingman <tslil@posteo.de>"
:license "GPLv3"
:depends-on (#:stumpwm)
:serial t
:components ((:file "package")
(:file "fuzzytime")))
|