Skip to content

nwg-piotr/nwg-icon-picker

Repository files navigation

logo

nwg-icon-picker


This application is a part of the nwg-shell project.

I was looking for a GTK icon browser with a good textual search feature. It turned out to be easier to write one in 200 SLOC.

This program is intended to work as the icon picker for nwg-panel, but it may be used standalone. It displays a window to choose an icon with a textual search entry, and returns the icon name. You can also open a file from the search result in GIMP or Inkscape - if installed.

Screenshot

Installation

Find a package in your Linux distribution repositories, if possible.

Packaging status

Otherwise, you may install manually:

Dependencies

  • gtk3
  • python (python3)
  • python-gobject
  • python-setuptools (make)

Clone this repository, and execute the install.sh script.