Skip to content
/ iwgtk Public
forked from J-Lentz/iwgtk

Lightweight, graphical wifi management utility for Linux

License

Notifications You must be signed in to change notification settings

ynirk/iwgtk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

iwgtk is a lightweight, graphical wifi management utility for Linux. It is used to control iwd, with supported functionality similar to that of iwctl. It is particularly useful in a system where iwd is being used as a standalone network management daemon (i.e., without NetworkManager).

Screenshot

Usage

  • Launch application window: iwgtk
  • Run in the background with indicator icons: iwgtk -i

Dependencies

  • iwd
  • gtk3

Installation

To build iwgtk and install it to /usr/local, run:

make
sudo make install
make clean

To install to /usr instead of /usr/local use:

sudo make prefix=/usr install

License

Copyright 2020 Jesse Lentz [email protected]

iwgtk is licensed under the GPL version 3 or later.

All icons, including the application icon, tray icons, and icons within the GUI, are from the "wifi states" collection by i cons from the Noun Project. These icons are licensed under the Creative Commons BY license. https://thenounproject.com/iconsguru/collection/wifi-states/

About

Lightweight, graphical wifi management utility for Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.2%
  • Objective-C 1.9%
  • Other 1.9%