stumpwm.stumpwm-contrib/modeline/wifi
2023-01-16 13:13:47 +01:00
..
package.lisp Allow users to configure the wifi signal quality format 2023-01-16 13:13:47 +01:00
README.org wifi module: added some customisation options. 2018-06-25 22:29:42 +01:00
wifi.asd Added meaningful descriptions to all non-documented modules 2018-03-15 22:34:26 -04:00
wifi.lisp Allow users to configure the wifi signal quality format 2023-01-16 13:13:47 +01:00

Usage

Place the following in your ~/.stumpwmrc file:

    (load-module "wifi")

Then you can use "%I" in your mode line format (both "w" and "W" were taken. Think _I_EEE 802.11 :-)).

To change the format of the information on the modeline, set wifi:*wifi-modeline-fmt* (default "%e %p").

Code Result
%% A literal %
%e Network ESSID
%p Signal quality (with percentage sign)
%P Signal quality (without percentage)

To enable/disable colors in the signal quality indicator, set wifi:*use-colors* (default t).

Notes

This gets information through sysfs, so it only works on Linux with a mounted sysfs.

WARNING

This triggers a yet to be discovered bug in SBCL, which causes stumpwm to freeze.

<2014-03-16 Sun> This is a fairly old file, maybe the bug was fixed? Can someone confirm?

<2017-08-11 Fri> I've had this running all day and not had any problems yet: Debian Jessie 8.8 x86_64 SBCL 1.3.17 stumpwm 1.0.0-111-gb740b04