diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2026-04-24 18:12:37 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2026-04-24 18:12:37 -0400 |
| commit | 8b222c9e59a41220ef69d2244544c13ca7f88c60 (patch) | |
| tree | 5e95cfd3b454f7c9b0dbfcca4afe9b9899266158 /config.def.h | |
| parent | a4f4ee9420857e385c6aca00526ae881afcca640 (diff) | |
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h new file mode 100644 index 0000000..8e50baa --- /dev/null +++ b/config.def.h @@ -0,0 +1,4 @@ + +#define CLR_FG L"\033[31m" +#define CLR_RESET L"\033[0m" +#define SPRD_CLOCK CLOCK_MONOTONIC |
