2022-12-20 00:15:21 +00:00
|
|
|
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
|
|
|
static const Block blocks[] = {
|
|
|
|
/*Command*/ /*Update Interval*/ /*Update Signal*/
|
2023-05-27 04:52:32 +00:00
|
|
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/block_layout", 0, 10},
|
2022-12-20 00:15:21 +00:00
|
|
|
|
2023-05-27 04:52:32 +00:00
|
|
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/block_battery", 10, 1},
|
2022-12-20 00:15:21 +00:00
|
|
|
|
2023-05-27 04:52:32 +00:00
|
|
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/block_brightness", 0, 10},
|
2022-12-20 00:15:21 +00:00
|
|
|
|
2023-05-27 04:52:32 +00:00
|
|
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/block_volume", 0, 10},
|
2022-12-20 00:15:21 +00:00
|
|
|
|
2023-05-27 04:52:32 +00:00
|
|
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/block_clock", 60, 1},
|
2022-12-20 00:15:21 +00:00
|
|
|
|
2023-05-28 06:21:31 +00:00
|
|
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/block_wifi", 20, 1},
|
2022-12-20 00:15:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
|
|
|
static char delim = '|';
|