Generate default config file instead of empty file when tint2 has not been installed properly

This commit is contained in:
o9000
2017-03-05 14:50:28 +01:00
parent cc74af00ba
commit 3baa3d38a3
5 changed files with 431 additions and 2 deletions

10
src/tint2rc.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef TINT2RC_H
#define TINT2RC_H
// Content of .c file generated with xxd from the vim package:
// echo '#include "tint2rc.h"' > src/tint2rc.c && xxd -i themes/tint2rc >> src/tint2rc.c
extern unsigned char themes_tint2rc[];
extern unsigned int themes_tint2rc_len;
#endif