Documentation
¶
Overview ¶
Package wlan provides an i3bar module for wireless information. NOTE: This module REQUIRES the external command "iwgetid", because getting the SSID is a privileged operation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
Info represents the wireless card status.
type Module ¶
type Module interface { base.WithClickHandler // OutputFunc configures a module to display the output of a user-defined function. OutputFunc(func(Info) bar.Output) Module // OutputTemplate configures a module to display the output of a template. OutputTemplate(func(interface{}) bar.Output) Module }
Module represents a wlan bar module.
Click to show internal directories.
Click to hide internal directories.