add quickshell
This commit is contained in:
parent
3d48e35de5
commit
10960f620d
32 changed files with 1415 additions and 11 deletions
9
quickshell/NetWidget.qml
Normal file
9
quickshell/NetWidget.qml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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 }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue