mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
10 lines
163 B
Common Lisp
10 lines
163 B
Common Lisp
;;;; package.lisp
|
|
|
|
(defpackage #:battery-portable
|
|
(:use :common-lisp :stumpwm :cl-ppcre)
|
|
(:export #:*refresh-time*
|
|
#:*prefer-sysfs*
|
|
))
|
|
|
|
|