diff options
author | zachir <zachir@librem.one> | 2025-07-31 23:14:03 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-31 23:14:03 -0500 |
commit | 9bc659fd7d38dd17f9c4a09996f08f077da66fba (patch) | |
tree | 06ce065ba5893c0d4f5962ae29403af7e0e89053 | |
parent | 89f8a307fd7cb75b6964ac55b5b0866735e06777 (diff) |
Use GiB RAM and new symbol in waybar
-rw-r--r-- | waybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waybar/config b/waybar/config index d65fb49..ba85118 100644 --- a/waybar/config +++ b/waybar/config @@ -157,7 +157,7 @@ "tooltip": false }, "memory": { - "format": "{}% " + "format": "{used}G " }, "battery": { "bat": "BAT0", |