Added
Link Here
|
1 |
--- blocks.def.h.orig 2020-12-27 20:43:03 UTC |
2 |
+++ blocks.def.h |
3 |
@@ -1,9 +1,8 @@ |
4 |
//Modify this file to change what commands output to your statusbar, and recompile using the make command. |
5 |
static const Block blocks[] = { |
6 |
- /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ |
7 |
- {"Mem:", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0}, |
8 |
- |
9 |
- {"", "date '+%b %d (%a) %I:%M%p'", 5, 0}, |
10 |
+ /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ |
11 |
+ {"", "uname -n | sed 's/^/ /'", 0, 0}, |
12 |
+ {"", "date '+%F %R'", 60, 0}, |
13 |
}; |
14 |
|
15 |
//sets delimeter between status commands. NULL character ('\0') means no delimeter. |