diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-27 11:50:43 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-27 11:50:43 +0700 |
| commit | 6fc7f49449cb237e1aa37eb1025461fe3ea39589 (patch) | |
| tree | ceebc8a65556830627a4546da57e30e72945175e /.config/waybar/config.jsonc | |
| parent | cc7b61a1496d25a100f012300c1121835a9f8177 (diff) | |
.
Diffstat (limited to '.config/waybar/config.jsonc')
| -rw-r--r-- | .config/waybar/config.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 3ee4c2c..704f4a7 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -57,7 +57,7 @@ "memory": { "interval": 2, - "format": "RAM {percentage:02}%", + "format": "RAM {used:0.1f} / {total:0.1f} GB", "on-click": "foot btop", "states": { "warning": 50, |
