change in activating signal for volume

This commit is contained in:
Lukasz M 2020-11-15 21:10:20 +01:00
parent b116f20b7b
commit 2237dec92c

View File

@ -5,7 +5,7 @@ static const Block blocks[] = {
{"| nw: ", "./modules.sh network", 2, 9}, {"| nw: ", "./modules.sh network", 2, 9},
{"| bat: ", "./modules.sh bat", 2, 9}, {"| bat: ", "./modules.sh bat", 2, 9},
{"| lux: ", "./modules.sh lux", 5, 11}, {"| lux: ", "./modules.sh lux", 5, 11},
{"| vol: ", "./modules.sh vol", 5, 10}, {"| vol: ", "./modules.sh vol", 5, 9},
{"| lang: ", "./modules.sh lang", 5, 12}, {"| lang: ", "./modules.sh lang", 5, 12},
{"| ", "./modules.sh date", 1, 9}, {"| ", "./modules.sh date", 1, 9},
}; };