- 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"]
key_lowercase = false # true: "os", false: "OS"
value_lowercase = false # true: "debian", false: "Debian"
[colours]
primary = "\u001B[39m" # reset
accent = "\u001B[36m" # cyanMore info about ansi colours codes here
git clone https://github.com/Sophed/ftch
cd ftch
cargo build --release
