afetch/src/config.h
tavo-wasd dda7cbab1a init
2023-05-30 11:37:29 -06:00

24 lines
705 B
C

#define UserText " USER " //
#define OsText " DIST " //
#define KernelText " KERN " //
#define UptimeText " UPTM " //
#define ShellText " SHLL " //
#define PackageText " PKGS " //
/* Those two options are mutually exclusive.
* Either set one to 'true' or both to 'false'. */
#define ForceLowerCase false
#define ForceUpperCase false
/* See options in colour.h file */
#define TextColour WHITE
#define PrintColours true /* must be either 'true' or 'false' */
#define ColourCharacter "● "
/* Some examples of things you may want to use for your ColourCharacter
▀ ▁ ▂ ▃ ▄ ▅ ▆ ▇ █ ▉ ▊ ▋ ▌ ▍ ▎ ▏
█ ▄ ▀ ●
*/