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: 9 days ago
JSON representation
GTK icon chooser with a text search option
- Host: GitHub
- URL: https://github.com/nwg-piotr/nwg-icon-picker
- Owner: nwg-piotr
- License: mit
- Created: 2022-05-20T02:07:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T12:32:22.000Z (about 1 year ago)
- Last Synced: 2025-03-31T09:11:12.661Z (about 2 months ago)
- Topics: gtk, gtk3, icon, icons, nwg-shell
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
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.
## Installation
Find a package in your Linux distribution repositories, if possible.
[](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.