Adding fixing a few things.

This commit is contained in:
Derek Taylor
2020-11-15 06:16:21 -06:00
parent 3a124db7d7
commit d72c0e0842
9 changed files with 76 additions and 18 deletions

View File

@@ -1,17 +1,17 @@
//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},
{" Kernel: ", "/home/dt/.local/bin/kernel", 360, 2},
{" 🔺 ", "/home/dt/.local/bin/upt", 60, 2},
{" Uptime: ", "/home/dt/.local/bin/upt", 60, 2},
{" 📦 ", "/home/dt/.local/bin/pacupdate", 360, 9},
{" Updates: ", "/home/dt/.local/bin/pacupdate", 360, 9},
{" 💻 ", "/home/dt/.local/bin/memory", 6, 1},
{" Mem: ", "/home/dt/.local/bin/memory", 6, 1},
{" 🔊 ", "/home/dt/.local/bin/volume", 2, 10},
{" Vol: ", "/home/dt/.local/bin/volume", 2, 10},
{" 🕑 ", "/home/dt/.local/bin/clock", 5, 0},
{" Time: ", "/home/dt/.local/bin/clock", 5, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.