nixos/quickshell/NetWidget.qml
2026-04-15 10:38:34 -03:00

9 lines
508 B
QML

import QtQuick
BarPill {
minWidth: 140
Text { text: "󰁇"; color: Theme.aqua; font.pixelSize: Theme.fontSize; font.family: Theme.font }
Text { text: NetMonitor.rxStr; color: Theme.text; font.pixelSize: Theme.fontSize; font.family: Theme.font }
Text { text: "󰁞"; color: Theme.yellow; font.pixelSize: Theme.fontSize; font.family: Theme.font }
Text { text: NetMonitor.txStr; color: Theme.text; font.pixelSize: Theme.fontSize; font.family: Theme.font }
}