Hi,
I'm trying some modifications with these widgets :
- Memory : I'm trying to show the unit in G. Since version 0.17.0 which I'm
using, the doc say it is possible to show Gb instead of Mb. I tried
different modification without success :
widget.Memory(
foreground = colors[4],
background = colors[0],
padding = 5,
format = '{MemUsed: .0f}{mm}/{MemTotal: .0f}{mm}',
measure_mem = 'G',
measure_swap = 'G'
),
If i use the format {mm} wich is the "default" (in documentation) I will
not have any output anymore. I must use something like '{MemUsed:
.0f}/{MemTotal: .0f}'.
Also, how to show result in Gb ? I tried the measure_mem = 'G' without
success.
Also what is the 0f ?
- Net :
it seems there is no way to output results in Mb ?
- Net & CPU :
When value change of order ( for instance 5% CPU to 20% CPU the additional
character will move all mu others widget a bit. is there a fix for this ? i
tried to play with padding value without any success.
Thanks for reading !
--
You received this message because you are subscribed to the Google Groups
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/qtile-dev/00292812-bfb7-44da-841c-3009b507e3cfn%40googlegroups.com.