How to show percentage decimals of RAM ? #1279
Unanswered
Ayfri
asked this question in
Troubleshoot
Replies: 1 comment 5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm trying to modify the template of the new
sysinfosegment, but I can't figure out how to get the RAM showing percents decimals, even when putting 3 or 4 in the precision.I have this segment :
{ "type": "sysinfo", "style": "powerline", "invert_powerline": true, "powerline_symbol": "\uE0B2", "foreground": "#26C6DA", "background": "#2f2f2f", "properties": { "precision": 4, "prefix": " \uf85a ", "postfix": "% ", "template":"{{ .PhysicalPercentUsed }}" } }All reactions