someblocks

default description
git clone https://git.awy.one/someblocks.git
Log | Files | Refs | README | LICENSE

commit f03b6f7a4e0ea41a6f13d44fed22e0ce5995cca8
parent d49139a2032cc322fece280b7cdc64938f8e53ec
Author: awy <awy@awy.one>
Date:   Wed, 12 Nov 2025 23:22:57 +0300

blocks

Diffstat:
Mblocks.def.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/blocks.def.h b/blocks.def.h @@ -7,6 +7,7 @@ static const Block blocks[] = { {"", "sttorrent", 10, 7, "BLOCK_BUTTON=1 sttorrent", "BLOCK_BUTTON=3 sttorrent", "BLOCK_BUTTON=2 sttorrent", NULL, NULL}, {"", "stmemory", 5, 14, "BLOCK_BUTTON=1 stmemory", "BLOCK_BUTTON=3 stmemory", "BLOCK_BUTTON=2 stmemory", NULL, NULL}, {"", "stmail", 180, 12, "BLOCK_BUTTON=1 stmail", "BLOCK_BUTTON=3 stmail", "BLOCK_BUTTON=2 stmail", NULL, NULL}, + {"", "sb-volume", 0, 10, "BLOCK_BUTTON=1 sb-volume", "BLOCK_BUTTON=3 sb-volume", "BLOCK_BUTTON=2 sb-volume", "BLOCK_BUTTON=4 sb-volume", "BLOCK_BUTTON=5 sb-volume"}, {"", "stclock", 20, 1, "BLOCK_BUTTON=1 stclock", "BLOCK_BUTTON=3 stclock", "BLOCK_BUTTON=2 stclock", NULL, NULL}, };