Fixed: I commited my own config by mistake

This commit is contained in:
Biel Sala 2021-06-17 15:46:29 +02:00
parent 54ff63b558
commit eb17bac85a
1 changed files with 1 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#include "logos/parabola.h"
#include "logos/tux.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
#define ELEMENTS 19
@ -22,19 +22,11 @@ void order() {
os();
host();
kernel();
spacing();
spacing();
get_up();
get_shell();
get_term();
get_packages();
get_wm();
spacing();
spacing();
get_cpu();
get_memory();
spacing();
spacing();
get_colors();
get_colors2();
}