This repository has been archived on 2024-02-29. You can view files and clone it, but cannot push or open issues or pull requests.
someblocks/blocks.h
2019-03-24 16:31:05 -06:00

6 lines
221 B
C

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},
};