fix memory_usage module

This commit is contained in:
Ray Elliott 2020-08-07 10:03:05 +01:00
parent f0488e9aa4
commit 75c64665c1
1 changed files with 5 additions and 2 deletions

View File

@ -44,11 +44,14 @@ style = "dimmed black"
[memory_usage]
disabled = false
show_percentage = true
show_swap = false
threshold = 0.66
symbol = ""
threshold = 66
symbol = "MEM: "
separator = "/"
style = "bold bright-red"
[custom.separator]
disabled = false
command = 'date +"%H:%M:%S ――――――――――――――――――――――――――――――――"'