Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nwg-piotr/nwg-icon-picker
- Owner: nwg-piotr
- License: mit
- Created: 2022-05-20T02:07:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T12:32:22.000Z (10 months ago)
- Last Synced: 2024-11-02T08:41:50.765Z (about 2 months ago)
- Topics: gtk, gtk3, icon, icons, nwg-shell
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 17
- Watchers: 3
- Forks: 0
- 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.
[![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.