[GH-ISSUE #319] [Sys Info] Add used memory to be shown in MiB #123

Closed
opened 2026-05-22 21:51:18 +01:00 by JakeStanger · 3 comments
Owner

Originally created by @Schweber on GitHub (Sep 28, 2023).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/319

Is your feature request related to a problem? Please describe.
According to the documentation, the used memory can only be shown in GiB. I would like to be able to see it in MiB, because GiB is too coarse for me.

Originally created by @Schweber on GitHub (Sep 28, 2023). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/319 **Is your feature request related to a problem? Please describe.** According to the [documentation](https://github.com/JakeStanger/ironbar/wiki/sys-info), the used memory can only be shown in GiB. I would like to be able to see it in MiB, because GiB is too coarse for me.
JakeStanger 2026-05-22 21:51:18 +01:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@JakeStanger commented on GitHub (Sep 28, 2023):

Hey, yeah I do plan to add that when I look at the other sys info issues. Because it's similar enough to #149 I'll close this as duplicate and update that to reflect units in general.

<!-- gh-comment-id:1740039166 --> @JakeStanger commented on GitHub (Sep 28, 2023): Hey, yeah I do plan to add that when I look at the other sys info issues. Because it's similar enough to #149 I'll close this as duplicate and update that to reflect units in general.
Author
Owner

@JakeStanger commented on GitHub (Sep 28, 2023):

Duplicate of #149

<!-- gh-comment-id:1740039577 --> @JakeStanger commented on GitHub (Sep 28, 2023): Duplicate of #149
Author
Owner

@Schweber commented on GitHub (Oct 11, 2023):

Ok thank you! If someone wants this functionality in the meantime, i solved it like this:

type = "script"
cmd = "echo $(free -m | grep Mem | awk '{print $3}')M"    
mode = "poll"
interval = 2000
<!-- gh-comment-id:1757641695 --> @Schweber commented on GitHub (Oct 11, 2023): Ok thank you! If someone wants this functionality in the meantime, i solved it like this: ``` type = "script" cmd = "echo $(free -m | grep Mem | awk '{print $3}')M" mode = "poll" interval = 2000 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#123
No description provided.