diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-10 17:30:19 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-10 17:30:19 +0100 |
commit | 5b2a7d34a5dd79a54b4b433fe73e9e282566fbb4 (patch) | |
tree | 47a534e3f2aa35821a0b8d51db47db3196f2423f | |
parent | 37c75eec6c25a805763f62c1c95be0dc0be4f101 (diff) | |
download | dotnvim-5b2a7d34a5dd79a54b4b433fe73e9e282566fbb4.tar.gz dotnvim-5b2a7d34a5dd79a54b4b433fe73e9e282566fbb4.zip |
Show total and not available I guess
-rw-r--r-- | i3/i3status.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/i3status.conf b/i3/i3status.conf index e74d896..349924d 100644 --- a/i3/i3status.conf +++ b/i3/i3status.conf @@ -23,7 +23,7 @@ cpu_usage { } memory { - format = "Mem %used of %available" + format = "Mem %used of %total" threshold_degraded = "1G" format_degraded = "MEMORY < %available" } |