forked from external/yambar
modules: put all modules in separate sub directories
This commit is contained in:
parent
97028ae28c
commit
081bccf06d
8 changed files with 15 additions and 15 deletions
6
config.c
6
config.c
|
@ -12,9 +12,9 @@
|
|||
#include "particles/list.h"
|
||||
|
||||
#include "module.h"
|
||||
#include "modules/label.h"
|
||||
#include "modules/clock.h"
|
||||
#include "modules/xwindow.h"
|
||||
#include "modules/label/label.h"
|
||||
#include "modules/clock/clock.h"
|
||||
#include "modules/xwindow/xwindow.h"
|
||||
|
||||
static uint8_t
|
||||
hex_nibble(char hex)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue