wpa_gui: Add tray icon based signal strength meter
System tray icon can be set to 5 different pictographs according to the connection status. One for disconnected state (not associated with the network, or not connected with the wpa_supplicant service), and four for connected status (showing the signal strength on the receiver). By default this functionality is disabled. The reason for this, is the fact, that the underlaying approach of this functionality is poll based, which might be considered as a non-efficient one. Update interval has to be set explicitly by the user with '-m<seconds>' command line argument. Status icon names are based on various Gnome icon packs (e.g., Faba). When icon can not be found, default one is shown (wpa_gui logo). Signed-off-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com>
This commit is contained in:
parent
54d3dc9184
commit
e7b4cd0c55
3 changed files with 162 additions and 5 deletions
|
@ -16,6 +16,7 @@
|
|||
<command>wpa_gui</command>
|
||||
<arg>-p <replaceable>path to ctrl sockets</replaceable></arg>
|
||||
<arg>-i <replaceable>ifname</replaceable></arg>
|
||||
<arg>-m <replaceable>seconds</replaceable></arg>
|
||||
<arg>-t</arg>
|
||||
<arg>-q</arg>
|
||||
</cmdsynopsis>
|
||||
|
@ -51,6 +52,14 @@
|
|||
a control socket in the socket path.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-m seconds</term>
|
||||
|
||||
<listitem><para>Set the update interval in seconds for the signal
|
||||
strength meter. This value must be a positive integer, otherwise
|
||||
meter is not enabled (default behavior).</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>-t</term>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue