small fix in artix.h and config.h has been replaced by config.pre.h, although config.h still has to be edited for any changes to be made

This commit is contained in:
Palanix 2021-06-10 16:44:30 +02:00
parent 69d38855ad
commit 588ecf3414
4 changed files with 18 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
wayfetch
config.h

View File

@ -1,4 +1,18 @@
CC=gcc
all: wayfetch
clean:
rm -f wayfetch
install: wayfetch
install -D wayfetch /bin/wayfetch
uninstall:
rm -f /bin/wayfetch
.PHONY: all clean install uninstall
config: | config.pre.h
cp config.pre.h $@
wayfetch: wayfetch.c
gcc -o wayfetch wayfetch.c

View File

@ -1,4 +1,4 @@
#include "logos/mint.h"
#include "logos/artix.h"
//here you can define which logo wayfetch is going to use. See logos folder for available options
#define PACDIR "/var/lib/pacman/local" // here are all packages incase of pacman
char info[ROWS][150];

View File

@ -1,4 +1,4 @@
#include "color.h"
#include "../color.h"
#define COLOR CYAN
#define ROWS 20
char *logo[] = {