Minor edits.

This commit is contained in:
Derek Taylor
2020-11-12 16:57:50 -06:00
parent fd04830dd1
commit 5cd8c36009
10 changed files with 360 additions and 260 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*/
{" 🐧 ", "kernel", 360, 2},
{" 🐧 ", "/home/dt/.local/bin/kernel", 360, 2},
{" 🔺 ", "upt", 60, 2},
{" 🔺 ", "/home/dt/.local/bin/upt", 60, 2},
{" 📦 ", "pacupdate", 360, 9},
{" 📦 ", "/home/dt/.local/bin/pacupdate", 360, 9},
{" 💻 ", "memory", 6, 1},
{" 💻 ", "/home/dt/.local/bin/memory", 6, 1},
{" 🔊 ", "volume", 2, 10},
{" 🔊 ", "/home/dt/.local/bin/volume", 2, 10},
{" 🕑 ", "clock", 5, 0},
{" 🕑 ", "/home/dt/.local/bin/clock", 5, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.

Binary file not shown.