From: Daniel Liu Date: Thu, 25 Aug 2022 23:26:29 +0000 (-0400) Subject: add tray X-Git-Url: https://git.danieliu.xyz/?p=dwmblocks.git;a=commitdiff_plain;h=refs%2Fheads%2Fmaster add tray --- diff --git a/blocks.def.h b/blocks.def.h index 8854fe3..4480763 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -2,12 +2,13 @@ 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}, - {"", "echo -e ' パイノソ― '", 0 , 0}, + {"", "echo ' パイノソ― '", 0 , 0}, };