mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
11 lines
277 B
Common Lisp
11 lines
277 B
Common Lisp
;;;; package.lisp
|
|
|
|
(defpackage #:wifi
|
|
(:use #:cl :common-lisp :stumpwm )
|
|
(:export #:*iwconfig-path*
|
|
#:*wireless-device*
|
|
#:*wifi-modeline-fmt*
|
|
#:*wifi-signal-quality-fmt*
|
|
#:*wifi-signal-quality-fmt-pc*
|
|
#:*use-colors*))
|