Crates.io | rsflex |
lib.rs | rsflex |
version | 0.3.0 |
source | src |
created_at | 2020-10-20 23:31:17.030372 |
updated_at | 2021-02-17 01:07:41.972119 |
description | A super fast system information displayer written in Rust |
homepage | https://github.com/curlpipe/rsflex |
repository | https://github.com/curlpipe/rsflex |
max_upload_size | |
id | 303712 |
size | 38,323 |
System information tool like neofetch but it's much faster.
I chose to use a suckless method of configuration
in the file src/main.rs
you'll see an easy macro api that allows quite a lot of customisation
If you want to add a new logo, you can do so in the src/logo.rs
file
Rsflex is available on the Arhc User Repository as rsflex-git
:
yay -S rsflex-git
Dependencies:
rustup
- Modern installation of Rust.ttf-nerd-fonts-symbols
- Nerd fonts to render the fancy iconslspci
- Command via pciutils
df
- Command via coreutils
xrandr
- Command via xorg-xrandr
uname
- Command via coreutils
playerctl
- To read MPRIS statusOn Arch Linux, these can all be installed with:
yay -S pciutils coreutils xorg-xrandr playerctl ttf-nerd-fonts-symbols cargo
Note: These dependencies are only needed if installed via Cargo, they are included automatically with the AUR package above.
cargo install rsflex
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! :)