Skip to content

A Gtk application to report missing icons to your theme repository

License

Notifications You must be signed in to change notification settings

TaylanTatli/Icon-Requests

 
 

Repository files navigation

Icon Requests

A Gtk application to report missing icons to your current theme github repository

Screenshots

Install

  • Archlinux (AUR):
yaourt -S icon-requests

Build from source code

1 - Clone the repository

git clone https://github.com/bil-elmoussaoui/Icon-Requests && cd ./Icon-Requests

2 - Install dependecies

  • meson
  • ninja
  • requests
  • python3-cairosvg or inkscape
  • Pillow
  • Gtk 3.16+
  • Python 3.3+

3 - Build the application

mkdir build && cd ./build
meson ..
ninja
sudo ninja install

4 - Run the application!

About

A Gtk application to report missing icons to your theme repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.8%
  • Meson 8.2%
  • Shell 3.4%
  • Dockerfile 1.1%
  • CSS 0.5%