Desktop section.
This commit is contained in:
parent
d649581778
commit
3409714715
99 changed files with 24377 additions and 0 deletions
13
_suckless/dwmblocks/blocks.h
Normal file
13
_suckless/dwmblocks/blocks.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
//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*/
|
||||
{" 📧 ", "sb-mail", 180, 16 },
|
||||
{"🔊 ", "sb-volume", 10, 12 },
|
||||
{"📶 ", "sb-network", 1, 0 },
|
||||
{"", "sb-battery", 3, 0 },
|
||||
{"📅 ", "date '+%F %T '", 1, 0 },
|
||||
};
|
||||
|
||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||
static char delim[] = " ";
|
||||
static unsigned int delimLen = 1;
|
Loading…
Add table
Add a link
Reference in a new issue