rename *Content.qml to *Applet.qml
This commit is contained in:
parent
989182d603
commit
6461b9a943
14 changed files with 14 additions and 14 deletions
|
|
@ -76,7 +76,7 @@ M.BarSection {
|
|||
panelTitle: "CPU"
|
||||
contentWidth: 260
|
||||
|
||||
C.CpuContent {
|
||||
C.CpuApplet {
|
||||
width: hoverPanel.contentWidth
|
||||
cores: root._cores
|
||||
coreMaxFreq: root._coreMaxFreq
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ M.BarSection {
|
|||
panelTitle: "Disk"
|
||||
contentWidth: 260
|
||||
|
||||
C.DiskContent {
|
||||
C.DiskApplet {
|
||||
width: hoverPanel.contentWidth
|
||||
mounts: root._mounts
|
||||
accentColor: root.accentColor
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ M.BarSection {
|
|||
panelTitle: "Memory"
|
||||
contentWidth: 240
|
||||
|
||||
C.MemoryContent {
|
||||
C.MemoryApplet {
|
||||
width: hoverPanel.contentWidth
|
||||
percent: root.percent
|
||||
usedGb: root.usedGb
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ M.BarSection {
|
|||
panelTitle: "Now Playing"
|
||||
contentWidth: 280
|
||||
|
||||
C.MprisContent {
|
||||
C.MprisApplet {
|
||||
width: hoverPanel.contentWidth
|
||||
player: root.player
|
||||
players: root._players
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ M.BarSection {
|
|||
panelTitle: "Temperature"
|
||||
contentWidth: 220
|
||||
|
||||
C.TemperatureContent {
|
||||
C.TemperatureApplet {
|
||||
width: hoverPanel.contentWidth
|
||||
temp: root._temp
|
||||
warm: root._warm
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ M.BarSection {
|
|||
panelTitle: "Sound"
|
||||
contentWidth: 220
|
||||
|
||||
C.VolumeContent {
|
||||
C.VolumeApplet {
|
||||
width: hoverPanel.contentWidth
|
||||
sink: root.sink
|
||||
sinkList: root._sinkList
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue