Added code files, and Makefile.

This commit is contained in:
Aidan
2019-03-24 16:31:05 -06:00
parent b0728ca8b9
commit c97d6d119e
4 changed files with 166 additions and 0 deletions

6
blocks.h Normal file
View 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},
};