pixfetch
Another fetch program with pixelized images written in Rust
Configuration
pixfetch can be configured using a config file in $XDG_CONFIG_HOME/pixfetch/config.toml
or when $XDG_CONFIG_HOME
is not set in $HOME/.config/pixfetch/config.toml
. To see all options you can have a look at the default configuration file.
Additionally, all configuration can also be overridden with flags from the command line. To see those options run pixfetch --help
or pixfetch -h
for shorter descriptions.
Installation
Arch Linux
On Arch Linux pixfetch can be installed through the AUR with a helper like paru
or yay
:
Cargo
In case you do not need the man page and shell completion scripts you can also install pixfetch through cargo
:
Manual
Binary releases
0. Setup
You can set these variables beforehand to be able to just copy below commands (edit the values accordingly):
version=1.0.0
platform=x86_64-unknown-linux-musl
1. Download
Download the latest release for your platform from the releases page. In case there is no suitable download option for you, please open an issue:
2. Extract the downloaded archive:
and open the directory:
3. Copy the files to their respective places:
Note: For bash completion make sure you have
bash-completion
installed
From source
1. Clone the repository:
2. Compile the binary:
3. Copy the binary, README and LICENSE
4. Locate the output directory:
This is where the generated man page and shell completion scripts are located. The location of that folder was logged while building the binary. Alternatively you can use following command:
| | |
You can then open that directory using cd
.
5. Copy the generated file to their respective locations
Note: For bash completion make sure you have
bash-completion
installed