mirror of
https://github.com/torrinfail/dwmblocks.git
synced 2025-12-17 04:33:10 +01:00
7 lines
221 B
C
7 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},
|
|
};
|