add quickshell
This commit is contained in:
parent
3d48e35de5
commit
10960f620d
32 changed files with 1415 additions and 11 deletions
10
quickshell/RamWidget.qml
Normal file
10
quickshell/RamWidget.qml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import QtQuick
|
||||
|
||||
BarPill {
|
||||
minWidth: 115
|
||||
|
||||
Text { text: ""; color: Theme.purple; font.pixelSize: Theme.fontSize; font.family: Theme.font }
|
||||
Text { text: (RamMonitor.usedMb / 1024).toFixed(1) + " GB"; color: Theme.text; font.pixelSize: Theme.fontSize; font.family: Theme.font }
|
||||
Text { text: "|"; color: Theme.muted; font.pixelSize: Theme.fontSize; font.family: Theme.font }
|
||||
Text { text: RamMonitor.usage + "%"; color: Theme.text; font.pixelSize: Theme.fontSize; font.family: Theme.font }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue