Skip to content
/ xfcfet Public

my own version of neofetch that includes sys info, spotify info, and ascii picture

Notifications You must be signed in to change notification settings

xfcisco/xfcfet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xfcfet

my own version of neofetch that includes sys info, spotify info, and ascii picture

Screenshots

alt text alt text alt text

Requirments

python3 (and /usr/include/python3.8 libs) cython gcc chafa playerctl

How to compile

if you dont want to use the compiled version i uploaded in the repo then this is how to compile it yourself:

  1. pip3 install cython (or install with package manager)
  2. cython3 main.pyx --embed will output a main.c file
  3. gcc -Os -I /usr/include/python3.8 main.c -lpython3.8 -o xfcfet # this here will compile the C file generated make sure you have python installed to link its libs
  4. rm main.c cleaning up
  5. ./xfcfet ~/Pictures/avatar.png

About

my own version of neofetch that includes sys info, spotify info, and ascii picture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages