Updated
This commit is contained in:
parent
48bc56bbb9
commit
db33c648ad
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
//Modify this file to change what commands output to your statusbar, and recompile using the make command.
|
||||||
static const Block blocks[] = {
|
static const Block blocks[] = {
|
||||||
/*Command*/ /*Update Interval*/ /*Update Signal*/
|
/*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||||
{"", "$HOME/.config/dwmblocks/scripts/memory", 1, 1},
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/memory", 1, 1},
|
||||||
|
|
||||||
{"", "$HOME/.config/dwmblocks/scripts/layout", 1, 1},
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/layout", 1, 1},
|
||||||
|
|
||||||
{"", "$HOME/.config/dwmblocks/scripts/battery", 1, 1},
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/battery", 1, 1},
|
||||||
|
|
||||||
{"", "$HOME/.config/dwmblocks/scripts/volume", 1, 1},
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/volume", 1, 1},
|
||||||
|
|
||||||
{"", "$HOME/.config/dwmblocks/scripts/clock", 5, 0},
|
{"", "$HOME/.config/suckless/dwmblocks/scripts/clock", 5, 0},
|
||||||
};
|
};
|
||||||
|
|
||||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||||
|
|
Loading…
Reference in a new issue