1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-25 07:32:29 +01:00
Files
wicd/curses
Andrew Psaltis d23af83371 curses/wicd-curses.py: Colorized the network we're currently connected to.
That network is now updated every time that wicd tells us that the "status" has changed.
Network connection status is now updated every 2 seconds, instead of every 0.5.
2008-12-15 17:50:00 -05:00
..

This is a curses-based client for wicd.  It is designed to imitate wicd-client
as much as can be done with a console-based interface.  It is written using the
Urwid (http://excess.org/urwid) toolkit, and thus requires it.

That's all there is to it, really.  It's not going to install itself until I 
work on it more and figure out how to use distutils.

Right now, it only lists current available networks, and whether you are
connected to anything or not, and that is updated in real time.  It does not 
actually connect you to anything yet.  I'll get on that when I have more free
time than I do now (which will be soon).

Other important things:

F5: refresh wireless networks
F8: quit 

~nacl