summaryrefslogtreecommitdiff
path: root/paleofetch/paleofetch.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-05-03 12:03:52 -0500
committerstkhan <personal@slickd.xyz>2021-05-03 12:03:52 -0500
commitcd511f1783f4933bce05a995c82f9160edb7d0e6 (patch)
tree40633df933e3159c5190ead82681b98c68611fc8 /paleofetch/paleofetch.h
parent99c885f477f8a06f1c4c6778e5fa9f2373a38e7b (diff)
Fixed some stuff, added ns, relocated scripts /usr/local/bin
Diffstat (limited to 'paleofetch/paleofetch.h')
-rw-r--r--paleofetch/paleofetch.h27
1 files changed, 0 insertions, 27 deletions
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 }