diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-20 04:21:28 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-20 04:21:28 +0900 |
| commit | f543a8040c622c9c289ca544643edcea7351e371 (patch) | |
| tree | 9c7d85cac2e606a5efb315de0e6639a79a281ac6 | |
| parent | e329adc9e054b7a82733d1b331a6e015d70c5aba (diff) | |
modified dwmblocks/config.h
| -rw-r--r-- | dwmblocks/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmblocks/config.h b/dwmblocks/config.h index f72750e..f4ea98b 100644 --- a/dwmblocks/config.h +++ b/dwmblocks/config.h @@ -10,7 +10,7 @@ static const Block blocks[] = { {"", "sb-repos", 60, 18}, // Git repositories {"", "sb-tasks", 60, 17}, // Tasks {"", "sb-packages", 0, 16}, // Packages - {"", "sb-forecast", 0, 15}, // Weather + {"", "sb-forecast", 3600, 15}, // Weather /* {"", "sb-price xmr-btc \"Monero to Bitcoin\" 🔒 30", 9000, 30}, */ /* {"", "sb-price xmr Monero 🔒 29", 9000, 29}, */ /* {"", "sb-price bnb Binance 🫧 28", 9000, 28}, */ |
