Update tint2.md
This commit is contained in:
@@ -656,7 +656,7 @@ execp_markup = 1
|
|||||||
|
|
||||||
```
|
```
|
||||||
execp = new
|
execp = new
|
||||||
execp_command = free | awk '/^-/ { printf "Mem: '$(free -h | awk '/^Mem:/ { print $2 }')' %.0f%\n", 100*$3/($3+$4); fflush(stdout) }'
|
execp_command = free | awk '/^-/ { printf "Mem: '$(free -h | awk '/^Mem:/ { print $2 }')' %.0f%%\n", 100*$3/($3+$4); fflush(stdout) }'
|
||||||
execp_interval = 5
|
execp_interval = 5
|
||||||
execp_continuous = 0
|
execp_continuous = 0
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user