dwmblocks

fork of dwmblocks
git clone git://popovic.xyz/dwmblocks.git
Log | Files | Refs | README | LICENSE

commit 47a08427e109fea8528f6a2bef7cc0ab12ecb129
parent 1a916b4597f8cbe6806c232c2236993f74a93446
Author: miksa <milutin@popovic.xyz>
Date:   Fri,  7 May 2021 16:59:40 +0200

keyboard layout signal

Diffstat:
Mconfig.h | 3++-
Mdwmblocks | 0
Mdwmblocks.o | 0
3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -8,8 +8,9 @@ static const Block blocks[] = { {"", "bar-vpn", 0, 6 }, {"", "bar-mem", 5, 5 }, {"", "bar-cpu", 5, 4 }, - {"", "bar-battery", 180, 3 }, +/* {"", "bar-battery", 180, 3 },*/ {"", "bar-weather", 600, 2 }, + {"", "bar-lang", 0, 3 }, {"", "bar-clock", 60, 1 }, }; diff --git a/dwmblocks b/dwmblocks Binary files differ. diff --git a/dwmblocks.o b/dwmblocks.o Binary files differ.