Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nwg-piotr/nwg-icon-picker

GTK icon chooser with a text search option
https://github.com/nwg-piotr/nwg-icon-picker

gtk gtk3 icon icons nwg-shell

Last synced: about 1 month ago
JSON representation

GTK icon chooser with a text search option

Awesome Lists containing this project

README

        

logo

nwg-icon-picker


This application is a part of the [nwg-shell](https://nwg-piotr.github.io/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](https://en.wikipedia.org/wiki/Source_lines_of_code).

This program is intended to work as the icon picker for [nwg-panel](https://github.com/nwg-piotr/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](https://repology.org/badge/vertical-allrepos/nwg-icon-picker.svg)](https://repology.org/project/nwg-icon-picker/versions)

Otherwise, you may install manually:

### Dependencies

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

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