mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
update settings schema
This commit is contained in:
parent
b55f89a00d
commit
9aa51c86da
25 changed files with 342 additions and 103 deletions
17
bar/Bar.qml
17
bar/Bar.qml
|
|
@ -11,7 +11,7 @@ import ".."
|
|||
|
||||
PanelWindow {
|
||||
id: root
|
||||
color: ShellSettings.settings.colors["surface"]
|
||||
color: ShellSettings.colors["surface"]
|
||||
implicitHeight: ShellSettings.settings.barHeight
|
||||
property alias popup: popupWindow
|
||||
|
||||
|
|
@ -75,6 +75,19 @@ PanelWindow {
|
|||
// bar: root
|
||||
// }
|
||||
|
||||
// Text {
|
||||
// text: "home"
|
||||
// color: "white"
|
||||
// font.family: "Material Symbols Rounded"
|
||||
// renderType: Text.NativeRendering
|
||||
// textFormat: Text.PlainText
|
||||
// font.pointSize: 12
|
||||
//
|
||||
// font.variableAxes: {
|
||||
// "FILL": 1
|
||||
// }
|
||||
// }
|
||||
|
||||
BatteryIndicator {
|
||||
id: batteryIndicator
|
||||
popup: root.popup
|
||||
|
|
@ -89,7 +102,7 @@ PanelWindow {
|
|||
|
||||
Clock {
|
||||
id: clock
|
||||
color: ShellSettings.settings.colors["inverse_surface"]
|
||||
color: ShellSettings.colors["inverse_surface"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue