Blaine Nicholls
Nett Icon Viewer Logo Nett Icon Viewer

A "Simple" Icon Viewer for GTK Icon Themes

Nett Icon Viewer Desktop Screenshot

Features

"Simple"

Nett Icon Viewer is a simple icon viewer for GTK icon themes. It is designed to be easy to use and simple to navigate, with a clean and intuitive interface.

Fast

Since Nett Icon Viewer is written in Rust, it's obviously runs faster and is better than other icon viewers.

Filters

Nett Icon Viewer uses filters that allow you to filter icons that are in certain category or have certain properties such as if the icon is embedded, symblolic, and is a symlink.

Open Source

Nett Icon Viewer is open source, which means it is free to use and modify. The source code is available on GitHub.

Getting Started

To install/build Nett Icon Viewer, follow the instructions below.

  1. Install the dependencies using the following command:

    bash
    sudo dnf install gtk4-devel git
  2. Clone the repository:

    bash
    git clone https://github.com/Lepidopteran/icon-viewer.git
    cd icon-viewer
  3. Build and install:

    bash
    meson build
    ninja install -C build

After that, you should be able to run Nett Icon Viewer either from the command line or from the application menu.