diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2025-08-23 15:53:37 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2025-08-23 15:53:37 +0200 |
| commit | 3f6df1cf100e0c078b988a56e6c9da9efa36c83b (patch) | |
| tree | 85aa282c7170bf33fbc77d819e7c68d32f14f302 /niflheim/config/i3status | |
| parent | a47983253054cc2cb97a493ad19131ff21586003 (diff) | |
| download | dotfiles-3f6df1cf100e0c078b988a56e6c9da9efa36c83b.tar.gz dotfiles-3f6df1cf100e0c078b988a56e6c9da9efa36c83b.tar.bz2 | |
niflheim/i3status: readability
Diffstat (limited to 'niflheim/config/i3status')
| -rw-r--r-- | niflheim/config/i3status/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/niflheim/config/i3status/config b/niflheim/config/i3status/config index 0ac5d7f..ed8554c 100644 --- a/niflheim/config/i3status/config +++ b/niflheim/config/i3status/config @@ -49,9 +49,9 @@ cpu_temperature 0 { } memory { - format = "MEMORY: %used used" + format = "RAM: %used used" threshold_degraded = "10%" - format_degraded = "MEMORY: %free free" + format_degraded = "RAM: %free free" } disk "/" { |
