Added code files, and Makefile.
This commit is contained in:
parent
b0728ca8b9
commit
c97d6d119e
4 changed files with 166 additions and 0 deletions
6
blocks.h
Normal file
6
blocks.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
static const Block blocks[] = {
|
||||
{"/home/aidan/bin/statusbar/volume", 0, 10},
|
||||
{"/home/aidan/bin/statusbar/brightness", 0, 11},
|
||||
{"/home/aidan/bin/statusbar/battery", 5, 0},
|
||||
{"/home/aidan/bin/statusbar/clock", 5, 0},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue