disable modules, README, warning fixes
This commit is contained in:
parent
ed68b9fd93
commit
5ad933c03b
9 changed files with 215 additions and 24 deletions
|
|
@ -39,8 +39,8 @@ PanelWindow {
|
|||
anchors.verticalCenter: parent.verticalCenter
|
||||
spacing: M.Theme.barSpacing
|
||||
|
||||
M.Clock {}
|
||||
M.Notifications {}
|
||||
M.Clock { visible: M.Modules.clock }
|
||||
M.Notifications { visible: M.Modules.notifications }
|
||||
}
|
||||
|
||||
// ---- left ----
|
||||
|
|
@ -52,9 +52,11 @@ PanelWindow {
|
|||
|
||||
M.Tray {
|
||||
bar: bar
|
||||
visible: M.Modules.tray
|
||||
}
|
||||
M.WindowTitle {
|
||||
Layout.maximumWidth: 400
|
||||
visible: M.Modules.windowTitle
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -69,19 +71,19 @@ PanelWindow {
|
|||
Layout.fillWidth: true
|
||||
}
|
||||
M.Mpris {}
|
||||
M.Volume {}
|
||||
M.Volume { visible: M.Modules.volume }
|
||||
M.Bluetooth {}
|
||||
M.Backlight {}
|
||||
M.Network {}
|
||||
M.PowerProfile {}
|
||||
M.IdleInhibitor {}
|
||||
M.Weather {}
|
||||
M.Temperature {}
|
||||
M.Cpu {}
|
||||
M.Memory {}
|
||||
M.Disk {}
|
||||
M.Network { visible: M.Modules.network }
|
||||
M.PowerProfile { visible: M.Modules.powerProfile }
|
||||
M.IdleInhibitor { visible: M.Modules.idleInhibitor }
|
||||
M.Weather { visible: M.Modules.weather }
|
||||
M.Temperature { visible: M.Modules.temperature }
|
||||
M.Cpu { visible: M.Modules.cpu }
|
||||
M.Memory { visible: M.Modules.memory }
|
||||
M.Disk { visible: M.Modules.disk }
|
||||
M.Battery {}
|
||||
M.Wlogout {}
|
||||
M.Wlogout { visible: M.Modules.wlogout }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue