diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-04-09 14:02:54 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2023-04-09 14:02:54 -0400 |
commit | 30fe169632977572136365f1c36caaa416031a4c (patch) | |
tree | 634f9b58fd7b3ea32f7ed1da660f36bd3ccf4526 | |
parent | 9928739768026b3a2a28a7460e100a569073fff5 (diff) |
sb-music inactive by default
-rw-r--r-- | config.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -4,12 +4,9 @@ static const Block blocks[] = { /* {"⌨", "sb-kbselect", 0, 30}, */ {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, {"", "sb-tasks", 10, 26}, - {"", "sb-music", 0, 11}, + /* {"", "sb-music", 0, 11}, */ {"", "sb-pacpackages", 0, 8}, {"", "sb-news", 0, 6}, - /* {"", "sb-price lbc \"LBRY Token\" 📚 22", 9000, 22}, */ - /* {"", "sb-price bat \"Basic Attention Token\" 🦁 20", 9000, 20}, */ - /* {"", "sb-price link Chainlink 🔗 25", 300, 25}, */ /* {"", "sb-price xmr Monero 🔒 24", 9000, 24}, */ /* {"", "sb-price eth Ethereum 🍸 23", 9000, 23}, */ /* {"", "sb-price btc Bitcoin 💰 21", 9000, 21}, */ |