summaryrefslogtreecommitdiff
path: root/blocks.h
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.h')
-rw-r--r--blocks.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/blocks.h b/blocks.h
index d04c467..a0c04f7 100644
--- a/blocks.h
+++ b/blocks.h
@@ -10,17 +10,3 @@ static const Block blocks[] = {
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
static char delim = ' ';
-
- /* {"🔊 ", "x=\"$(amixer get Master)\"; echo \"$x\" | grep -o \"\\[off\\]\" || echo \"$x\" | grep -o [0-9]*%", 0, 10}, */
- /* {"", "sed /📦0/d ~/.pacupdate", 0, 9}, */
-
- /* {"🧠 ", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0}, */
-
- /* {"💻 ", "sed 's/000$/°C/' /sys/class/thermal/thermal_zone0/temp", 30, 21}, */
-
- //{"🎼 ", "mpc status | sed \"/^volume:/d;/\\[playing\\]/d;s/^\\[paused\\].*/⏸/\"", 0, 11},
-
- //{"☀ ", "xbacklight | sed 's/\\..*//'", 0, 11},
-
- /* {"🌡 ", "sensors | awk '/^temp1:/{print $2}'", 5, 0}, */
-
Software created with 💖