Update README.md

add freebsd hint for memory usage
This commit is contained in:
Christian Flämig 2024-11-11 09:26:35 +01:00 committed by GitHub
parent 8cf4f2a477
commit 11950be68b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,7 +70,8 @@ This is done by introducing 12 new format strings that can be added to
- `#{cpu_bg_color}` - will change the background color based on the CPU percentage
- `#{cpu_fg_color}` - will change the foreground color based on the CPU percentage
- `#{ram_icon}` - will display a RAM status icon
- `#{ram_percentage}` - will show RAM percentage (averaged across cores)
- `#{ram_percentage}` - will show RAM percentage (averaged across cores)\
(freebsd user will need to install `freecolor`: `$ pkg install freecolor`)
- `#{ram_bg_color}` - will change the background color based on the RAM percentage
- `#{ram_fg_color}` - will change the foreground color based on the RAM percentage
- `#{cpu_temp_icon}` - will display a CPU temperature status icon