mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
Adding fixing a few things.
This commit is contained in:
@@ -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.
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user