diff options
| author | tslil clingman <> | 2019-09-11 19:18:14 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2019-09-11 19:18:14 -0400 |
| commit | ac1a4884d03fc0495c773500d8a13f84b695fa43 (patch) | |
| tree | 29e5ec49e0ce957d80d8f11a155b47840c74f488 /stumpwm/modules/modeline/fuzzytime/fuzzytime.asd | |
Init
Diffstat (limited to 'stumpwm/modules/modeline/fuzzytime/fuzzytime.asd')
| -rw-r--r-- | stumpwm/modules/modeline/fuzzytime/fuzzytime.asd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/stumpwm/modules/modeline/fuzzytime/fuzzytime.asd b/stumpwm/modules/modeline/fuzzytime/fuzzytime.asd new file mode 100644 index 0000000..82a630b --- /dev/null +++ b/stumpwm/modules/modeline/fuzzytime/fuzzytime.asd @@ -0,0 +1,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"))) + |
