pinosaur
/
dwmblocks.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cf1409f
)
add tray
master
author
Daniel Liu
<mr.picklepinosaur@gmail.com>
Thu, 25 Aug 2022 23:26:29 +0000
(19:26 -0400)
committer
Daniel Liu
<mr.picklepinosaur@gmail.com>
Thu, 25 Aug 2022 23:26:29 +0000
(19:26 -0400)
blocks.def.h
patch
|
blob
|
history
diff --git
a/blocks.def.h
b/blocks.def.h
index
8854fe3
..
4480763
100644
(file)
--- a/
blocks.def.h
+++ b/
blocks.def.h
@@
-2,12
+2,13
@@
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{" ", "", 0 , 0},
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{" ", "", 0 , 0},
+ {"", "blocks_tray", 60, 0},
{"", "blocks_vol", 0 , 10},
{"", "blocks_bat", 30, 0},
{"", "blocks_ram", 30, 0},
{"", "blocks_mem", 30, 0},
{"", "blocks_date", 60, 0},
{"", "blocks_vol", 0 , 10},
{"", "blocks_bat", 30, 0},
{"", "blocks_ram", 30, 0},
{"", "blocks_mem", 30, 0},
{"", "blocks_date", 60, 0},
- {"", "echo
-e
' パイノソ― '", 0 , 0},
+ {"", "echo ' パイノソ― '", 0 , 0},
};
};