https://github.com/tiwut/neofetch-gui
Neofetch in a GTK Gui
https://github.com/tiwut/neofetch-gui
Last synced: about 1 month ago
JSON representation
Neofetch in a GTK Gui
- Host: GitHub
- URL: https://github.com/tiwut/neofetch-gui
- Owner: tiwut
- License: mit
- Created: 2026-04-17T06:49:10.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-17T07:07:36.000Z (about 1 month ago)
- Last Synced: 2026-04-17T08:35:47.735Z (about 1 month ago)
- Language: C++
- Size: 164 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Neofetch GUI
A modern, dark-themed GTK4 wrapper for Neofetch with terminal emulation.

## Installation
This application is distributed as a Flatpak bundle.
### 1. Install Dependencies
Before installing the app, you need to ensure the GNOME 47 runtime is installed on your system. Run the following command:
```bash
flatpak install flathub org.gnome.Platform//47
```
### 2. Install the App
1. Go to the **[Releases](../../releases)** tab on this GitHub page.
2. Download the latest `neofetch-gui.flatpak` file.
3. Open your terminal in the download folder and run:
```bash
flatpak install --user neofetch-gui.flatpak
```
## Usage
You can launch the app directly from your system's application menu, or via terminal:
```bash
flatpak run org.tiwut.NeofetchGui
```