Files
dotfiles/quickshell/MemWidget.qml
2026-05-18 08:19:40 +02:00

8 lines
103 B
QML

import QtQuick
// eww mem-widget
StatPill {
property string memUsed: ""
text: memUsed + "G"
}