From ac1a4884d03fc0495c773500d8a13f84b695fa43 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Wed, 11 Sep 2019 19:18:14 -0400 Subject: Init --- stumpwm/modules/modeline/fuzzytime/fuzzytime.asd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 stumpwm/modules/modeline/fuzzytime/fuzzytime.asd (limited to 'stumpwm/modules/modeline/fuzzytime/fuzzytime.asd') 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 " + :license "GPLv3" + :depends-on (#:stumpwm) + :serial t + :components ((:file "package") + (:file "fuzzytime"))) + -- cgit v1.2.3