From 922ecaa73731b3779634de6f8e9800a224dbd3a5 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Sat, 14 Aug 2021 21:41:13 +0300 Subject: [PATCH] Update scripts --- blocks.def.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/blocks.def.h b/blocks.def.h index 9c22d68..4a7a53c 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,9 +1,10 @@ //Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - {"Mem:", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0}, - - {"", "date '+%b %d (%a) %I:%M%p'", 5, 0}, + {"", "/home/vtimofei/scripts/volinfo", 0, 12}, + {" ", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0}, + {" ", "/home/vtimofei/scripts/get-layout", 0, 11}, + {" ", "date '+%b %d (%a) %I:%M%p' ", 5, 0}, }; //sets delimeter between status commands. NULL character ('\0') means no delimeter.