From c6dc5dee165cb11ce53347ce6e117ffa096df1f1 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sun, 7 Aug 2022 10:39:25 +0800 Subject: [PATCH] Update my choices of status bar --- config.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/config.h b/config.h index ec4ff6e..4076e3d 100644 --- a/config.h +++ b/config.h @@ -11,13 +11,14 @@ static const Block blocks[] = { /* {"", "sb-price bat \"Basic Attention Token\" 🦁", 9000, 20}, */ /* {"", "sb-price link \"Chainlink\" 🔗", 300, 25}, */ /* {"", "sb-price xmr \"Monero\" 🔒", 9000, 24}, */ - /* {"", "sb-price eth Ethereum 🍸", 9000, 23}, */ - /* {"", "sb-price btc Bitcoin 💰", 9000, 21}, */ + {"", "sb-price eth Ethereum 🍸", 9000, 23}, + /* {"", "sb-price like LikeCoin ✍️", 9000, 22}, */ + {"", "sb-price btc Bitcoin 💰", 9000, 21}, {"", "sb-torrent", 20, 7}, - /* {"", "sb-memory", 10, 14}, */ - /* {"", "sb-cpu", 10, 18}, */ + {"", "sb-memory", 10, 14}, + {"", "sb-cpu", 10, 18}, /* {"", "sb-moonphase", 18000, 17}, */ - {"", "sb-forecast", 18000, 5}, + /* {"", "sb-forecast", 18000, 5}, */ {"", "sb-mailbox", 180, 12}, {"", "sb-nettraf", 1, 16}, {"", "sb-volume", 0, 10},