diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-08-20 08:01:57 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-20 08:01:57 -0400 |
commit | 5a6fa8d550c11552480f10e660073ca294d446b1 (patch) | |
tree | f8a5ec162a700d8b7d853033937de50b9540a77b | |
parent | 66f31c307adbdcc2505239260ecda24a49eea7af (diff) |
sb-doppler script on by default
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ static const Block blocks[] = { /* {"", "sb-memory", 10, 14}, */ /* {"", "sb-cpu", 10, 18}, */ /* {"", "sb-moonphase", 18000, 17}, */ + {"", "sb-doppler", 0, 13}, {"", "sb-forecast", 18000, 5}, {"", "sb-mailbox", 180, 12}, {"", "sb-nettraf", 1, 16}, |