Generate default config file instead of empty file when tint2 has not been installed properly
This commit is contained in:
10
src/tint2rc.h
Normal file
10
src/tint2rc.h
Normal 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
|
||||
Reference in New Issue
Block a user