dwt1--dotfiles/dwmblocks/blocks.h

19 lines
719 B
C

//Modify this file to change what commands output to your statusbar, and recompile using the make command.
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{" 🐧 ", "/home/dt/.local/bin/kernel", 360, 2},
{" 🔺 ", "/home/dt/.local/bin/upt", 60, 2},
{" 📦 ", "/home/dt/.local/bin/pacupdate", 360, 9},
{" 💻 ", "/home/dt/.local/bin/memory", 6, 1},
{" 🔊 ", "/home/dt/.local/bin/volume", 2, 10},
{" 🕑 ", "/home/dt/.local/bin/clock", 5, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim = '|';