Added media, menu, network and power modules to bar.
This commit is contained in:
13
modules/bar/power/index.js
Normal file
13
modules/bar/power/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export const Power = () => {
|
||||
return {
|
||||
component: Widget.Box({
|
||||
child: Widget.Button({
|
||||
child: Widget.Label({
|
||||
class_name: "bar-power_label",
|
||||
label: "⏻",
|
||||
}),
|
||||
}),
|
||||
}),
|
||||
isVisible: true,
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user