all repos — tint2 @ main

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

src/tint2rc.h (raw)

1
2
3
4
5
6
7
8
9
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