From cd511f1783f4933bce05a995c82f9160edb7d0e6 Mon Sep 17 00:00:00 2001 From: stkhan Date: Mon, 3 May 2021 12:03:52 -0500 Subject: Fixed some stuff, added ns, relocated scripts /usr/local/bin --- paleofetch/paleofetch.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 paleofetch/paleofetch.h (limited to 'paleofetch/paleofetch.h') diff --git a/paleofetch/paleofetch.h b/paleofetch/paleofetch.h deleted file mode 100644 index 0e4578f..0000000 --- a/paleofetch/paleofetch.h +++ /dev/null @@ -1,27 +0,0 @@ -/* Forward-declare our functions so users can mention them in their - * configs at the top of the file rather than near the bottom. */ - -static char *get_title(), - *get_bar(), - *get_os(), - *get_kernel(), - *get_host(), - *get_uptime(), - *get_battery_percentage(), - *get_packages_pacman(), - *get_shell(), - *get_resolution(), - *get_terminal(), - *get_cpu(), - *get_gpu1(), - *get_gpu2(), - *get_memory(), - *get_disk_usage_root(), - *get_disk_usage_home(), - *get_colors1(), - *get_colors2(), - *spacer(); - -#define SPACER {"", spacer, false}, -#define REMOVE(A) { (A), NULL, sizeof(A) - 1 , 0 } -#define REPLACE(A, B) { (A), (B), sizeof(A) - 1, sizeof(B) - 1 } -- cgit v1.2.3