Skip to content

Commit

Permalink
docs: memory segment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan0660 authored and JanDeDobbeleer committed Sep 3, 2021
1 parent daf91dc commit 56e46c2
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/docs/memory.md
@@ -0,0 +1,29 @@
---
id: memory
title: Memory
sidebar_label: Memory
---

## Memory

Display memory usage percentage.

## Sample Configuration

```json
{
"type": "memory",
"style": "powerline",
"foreground": "#26C6DA",
"background": "#2f2f2f",
"properties": {
"precision": 1,
"prefix": " \uf85a ",
"postfix": "% "
}
}
```

## Properties

- precision: `int` - the number of decimal places to show - defaults to `0`

0 comments on commit 56e46c2

Please sign in to comment.