Move 'Block' struct to header file
This commit is contained in:
6
.suckless/dwmblocks/block.h
Normal file
6
.suckless/dwmblocks/block.h
Normal file
@@ -0,0 +1,6 @@
|
||||
typedef struct {
|
||||
char* icon;
|
||||
char* command;
|
||||
unsigned int interval;
|
||||
unsigned int signal;
|
||||
} Block;
|
||||
Reference in New Issue
Block a user