Added the ability to change the layer of the bar (#146)
This commit is contained in:
@@ -229,6 +229,7 @@ export const Bar = (() => {
|
||||
visible: true,
|
||||
anchor: ["top", "left", "right"],
|
||||
exclusivity: "exclusive",
|
||||
layer: options.theme.bar.layer.bind("value"),
|
||||
child: Widget.Box({
|
||||
class_name: 'bar-panel-container',
|
||||
child: Widget.CenterBox({
|
||||
|
||||
Reference in New Issue
Block a user