summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-08-11 22:09:18 -0500
committerzachir <zachir@librem.one>2022-08-11 22:09:18 -0500
commitcf14a00050d3852479e11d6350f1527fec86ca17 (patch)
tree3be0b2144b2105f08971fd8e5dac96aee0e803d8
parentc7b6a269d757764a947c88948ade04a0670544ab (diff)
comment out unused scripts in configHEADmaster
-rw-r--r--config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.h b/config.h
index f26803e..a53473d 100644
--- a/config.h
+++ b/config.h
@@ -2,7 +2,7 @@
static const Block blocks[] = {
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
{"", "cat /tmp/recordingicon 2>/dev/null", 0, 9},
- {"", "mailbox", 900, 23},
+ /* {"", "mailbox", 900, 23}, */
{"", "music", 10, 11},
{"", "pacpackages", 10, 8},
{"", "xidlechk", 0, 19},
@@ -11,15 +11,14 @@ static const Block blocks[] = {
/* {"", "price bat \"Basic Attention Token\" 🦁", 0, 20}, */
/* {"", "price btc Bitcoin 💰", 0, 21}, */
/* {"", "price lbc \"LBRY Token\" 📚", 0, 22}, */
- {"", "torrent", 20, 7},
+ /* {"", "torrent", 20, 7}, */
{"", "memory", 5, 14},
{"", "cpu", 5, 18},
/* {"", "moonphase", 18000, 17}, */
/* {"", "weather", 18000, 5}, */
- {"", "mailbox", 180, 12},
/* {"", "nettraf", 1, 16}, */
{"", "volume", 5, 10},
- {"", "battery", 5, 3},
+ /* {"", "battery", 5, 3}, */
{"", "clock", 15, 1},
/* {"", "internet", 5, 4}, */
/* {"", "help-icon", 0, 15}, */