dwmblocks

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

commit 1a916b4597f8cbe6806c232c2236993f74a93446
parent b1d5e535e978b97628d1fa457acce508b2a131a9
Author: miksa234 <milutin@popovic.xyz>
Date:   Sun, 14 Mar 2021 20:09:09 +0100

cleanup

Diffstat:
DFUNDING.yml | 3---
Mconfig.h | 19++++++++++---------
Mdwmblocks | 0
Mdwmblocks.o | 0
4 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/FUNDING.yml b/FUNDING.yml @@ -1,3 +0,0 @@ -github: lukesmithxyz -custom: ["https://lukesmith.xyz/donate", "https://paypal.me/lukemsmith", "https://lukesmith.xyz/crypto"] -patreon: lukesmith diff --git a/config.h b/config.h @@ -1,15 +1,16 @@ //Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {"", "bar-mail", 0, 3 }, - {"", "bar-server", 600, 4 }, - {"", "bar-volume", 0, 5 }, - {"", "bar-internet", 0, 6 }, - {"", "bar-vpn", 0, 2 }, - {"", "bar-mem", 5, 7 }, - {"", "bar-cpu", 5, 8 }, -/* {"", "bar-battery", 180, 9 }, */ - {"", "bar-clock", 60, 10 }, + {"", "bar-mail", 0, 10 }, + {"", "bar-server", 600, 9 }, + {"", "bar-volume", 0, 8 }, + {"", "bar-internet", 0, 7 }, + {"", "bar-vpn", 0, 6 }, + {"", "bar-mem", 5, 5 }, + {"", "bar-cpu", 5, 4 }, + {"", "bar-battery", 180, 3 }, + {"", "bar-weather", 600, 2 }, + {"", "bar-clock", 60, 1 }, }; //Sets delimiter between status commands. NULL character ('\0') means no delimiter. diff --git a/dwmblocks b/dwmblocks Binary files differ. diff --git a/dwmblocks.o b/dwmblocks.o Binary files differ.