Rsflex (Rust Flex)

A tool similar to that of neofetch and rsfetch that gets system information in the blink of an eye.

Configuration

Rsflex aims to be so simple that you can easily edit the source code! In the src/main.rs file, you can look towards the bottom of the file and rearrange the functions to your hearts content!

Installation

A) Manual

Dependencies:

On Arch Linux, these can all be installed with: yay -S pciutils coreutils xorg-xrandr playerctl ttf-nerd-fonts-symbols curl rustup

Finally, to install rsflex run: cargo install --git https://github.com/curlpipe/rsflex

B) AUR

Rsflex is available on the Arhc User Repository as rsflex-git:

yay -S rsflex-git

Compiling

Building: git clone https://github.com/curlpipe/rsflex cd rsflex cargo build --release

Running: cargo run --release

Install as a binary: cargo install --path .

Have fun! :)