Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 916 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 916 Bytes

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