Commit graph

8 commits

Author SHA1 Message Date
Palanix
fbb24f6d9c removed unused lib 2021-07-24 15:35:40 +02:00
Palanix
4ca44a8bcd moved SEPARATOR into the input of the functions instead, to allow for more customization 2021-07-13 17:06:51 +02:00
Palanix
dfc541164d added the possibility to display a custom message infront of the entries, as well as an entire entry 2021-07-13 16:23:20 +02:00
Palanix
25d480e71f Host wouldn't be printed due to forgotten i += 1; 2021-07-12 16:43:44 +02:00
Palanix
c7eaa8c773 small bugfix and cleanup 2021-07-12 00:06:24 +02:00
Palanix
8e1a281cc9 just made a few changes, mainly fixes 2021-06-17 17:52:45 +02:00
Biel Sala
54ff63b558 Added a SEPARATOR value defined in config.pre.h that defines the separator
Examples in config.pre.h:
// SEPARATOR is the string defined that wayfetch will print for every factor
\#define SEPARATOR ": " // Example: "OS: Parabola x86_64"
// #define SEPARATOR " => " // Example: "OS => Parabola x86_64"
// #define SEPARATOR " -> " // Example: "OS -> Parabola x86_64"
2021-06-17 15:38:52 +02:00
Biel Sala
1c9a4f4b23 Pull 2021-06-16 23:08:48 +02:00
Renamed from wayfetch.c (Browse further)