diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-10-30 00:30:14 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2023-10-30 00:30:14 -0400 |
commit | 7c2f3427655ee0b80ee75bd21283238b030e28cd (patch) | |
tree | c2554e79ec3fb9d9573b047f118bdad6a8478fea | |
parent | 30fe169632977572136365f1c36caaa416031a4c (diff) |
a
-rw-r--r-- | config.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,9 +7,10 @@ static const Block blocks[] = { /* {"", "sb-music", 0, 11}, */ {"", "sb-pacpackages", 0, 8}, {"", "sb-news", 0, 6}, + /* {"", "sb-price xmr-btc \"Monero to Bitcoin\" 🔒 25", 9000, 25}, */ /* {"", "sb-price xmr Monero 🔒 24", 9000, 24}, */ - /* {"", "sb-price eth Ethereum 🍸 23", 9000, 23}, */ - /* {"", "sb-price btc Bitcoin 💰 21", 9000, 21}, */ + /* {"", "sb-price eth Ethereum 🍸 23", 9000, 23}, */ + /* {"", "sb-price btc Bitcoin 💰 21", 9000, 21}, */ {"", "sb-torrent", 20, 7}, /* {"", "sb-memory", 10, 14}, */ /* {"", "sb-cpu", 10, 18}, */ |