FlafyDev / guifetch

GUI fetch tool written in Flutter for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guifetch

A GUI fetch tool written in Flutter.

2022-10-09.01-15-18.mp4

Installation

Arch

Available on the AUR as guifetch-gui.

NixOS

nix run github:flafydev/guifetch

Development

Works, but you'll probably want to edit the lib/info.dart file for information to be correct like neofetch. (If you do so, please PR)

Config

Located at ~/.config/guifetch/guifetch.toml.

  • background_color = Background color : 0xAARRGGBB
  • os_id = Which os id's image to display : string
  • os_image = Override the image with an absolute path to an image file : string

Building

  1. Install Flutter
  2. Clone this repository and cd into it
  3. Run flutter build linux --release
  4. Launch the executable generated in ./build/linux/x64/release/bundle/guifetch

About

GUI fetch tool written in Flutter for Linux

License:MIT License


Languages

Language:Dart 61.0%Language:CMake 20.5%Language:C++ 10.3%Language:Nix 6.5%Language:C 1.6%