diff options
-rwxr-xr-x | bin/net_applet | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | data/pixmaps/connected.png | bin | 1516 -> 1516 bytes | |||
-rw-r--r-- | data/pixmaps/unconfigured_big.png | bin | 0 -> 20596 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/bin/net_applet b/bin/net_applet index 8fb00c4..73ccd0c 100755 --- a/bin/net_applet +++ b/bin/net_applet @@ -47,7 +47,7 @@ our %wireless_networks; our %pixbufs = ( - state => { map { $_ => gtknew('Pixbuf', file => $_) } 'unconfigured', map { $_, $_ . "_big" } qw(connected disconnected connecting) }, + state => { map { $_ => gtknew('Pixbuf', file => $_) } map { $_, $_ . "_big" } qw(connected disconnected unconfigured connecting) }, encryption => { map { $_ => gtknew('Pixbuf', file => "encryption-$_-24"); } qw(open weak strong) }, diff --git a/data/pixmaps/connected.png b/data/pixmaps/connected.png Binary files differindex 57a5e80..57a5e80 100755..100644 --- a/data/pixmaps/connected.png +++ b/data/pixmaps/connected.png diff --git a/data/pixmaps/unconfigured_big.png b/data/pixmaps/unconfigured_big.png Binary files differnew file mode 100644 index 0000000..efa79ef --- /dev/null +++ b/data/pixmaps/unconfigured_big.png |