rxfetch

A custom system info fetching tool
授权协议 MIT License
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 陈君之
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

rxfetch

Table of contents

About

Custom system fetching tool which is made in bash script.

Screenshots

Requirements

  • Material design icons as for that pacman and ghost icons.
  • You need to put the provided fonts in the fonts directory to get the icons work.
  • If wanted you can change the source code of the fetch as per your needs.
  • If you already use material-design-icons you can just use the above command to install it.

Installation

  • Arch Linux: rxfetch is available in the AUR, you can install it with
yay -S rxfetch

Clone this repository & run rxfetch.

git clone https://github.com/mangeshrex/rxfetch
cd rxfetch
cp ttf-material-design-fonts/* $HOME/.local/share/fonts
fc-cache -fv
./rxfetch

If you have the fonts installed then just run this command.

wget https://raw.githubusercontent.com/Mangeshrex/rxfetch/main/rxfetch && chmod +x rxfetch
./rxfetch

You can also add rxfetch to PATH by placing it in /usr/bin

sudo cp rxfetch /usr/bin

Upload your custom rxfetch script here

相关阅读

相关文章

相关问答

相关文档