8 lines
103 B
QML
8 lines
103 B
QML
import QtQuick
|
|
|
|
// eww mem-widget
|
|
StatPill {
|
|
property string memUsed: ""
|
|
text: memUsed + "G"
|
|
}
|