mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-30 04:22:47 +00:00
init
This commit is contained in:
42
.config/i3blocks/memory2/README.md
Normal file
42
.config/i3blocks/memory2/README.md
Normal file
@@ -0,0 +1,42 @@
|
||||
# memory2
|
||||
Display memory usage as a bar rendered with utf8 characters.
|
||||
|
||||

|
||||

|
||||
|
||||
Features:
|
||||
customizable warning and critical color levels
|
||||
customizable size
|
||||
customizable characters
|
||||
|
||||
## Build
|
||||
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
### Config
|
||||
```ini
|
||||
[memory2]
|
||||
interval=persist
|
||||
markup=pango
|
||||
bar_chars=_▁▂▃▄▅▆▇█
|
||||
#bar_size=10
|
||||
#critical=80
|
||||
#warning=50
|
||||
#color_critical=#FF7373
|
||||
#color_warning=#FFA500
|
||||
```
|
||||
|
||||
E.g.
|
||||
```ini
|
||||
[memory2]
|
||||
label=
|
||||
interval=persist
|
||||
markup=pango
|
||||
bar_chars=_▏▎▍▌▋▊▉██
|
||||
bar_size=20
|
||||
critical=50
|
||||
warning=20
|
||||
color_critical=#d9534f
|
||||
```
|
Reference in New Issue
Block a user