- ftch is available on the AUR as
ftch-bin
- It can also be installed through cargo with
cargo install ftch
Config file can be found in XDG_CONFIG_HOME
, usually just ~/.config/ftch/config.toml
[display]
ascii = "stack"
seperator = ": "
modules = ["os", "desktop", "shell", "uptime"]
[colours]
primary = "\u001B[39m" # reset
accent = "\u001B[36m" # cyan
More info about ansi colours codes here
git clone https://github.com/Sophed/ftch
cd ftch
cargo build --release