mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Lots of updates.
This commit is contained in:
18
dwmblocks/blocks.h
Normal file
18
dwmblocks/blocks.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//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},
|
||||
|
||||
{" ▲ ", "upt", 60, 2},
|
||||
|
||||
{" 📦 ", "pacupdate", 360, 9},
|
||||
|
||||
{" 💻 ", "memory", 6, 1},
|
||||
|
||||
{" 🔊 ", "volume", 2, 10},
|
||||
|
||||
{" 🕑 ", "clock", 5, 0},
|
||||
};
|
||||
|
||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||
static char delim = '|';
|
||||
Reference in New Issue
Block a user