Added Power menu and show only the workspaces allocated to monitor
This commit is contained in:
@@ -2,6 +2,8 @@ export const Power = () => {
|
||||
return {
|
||||
component: Widget.Box({
|
||||
child: Widget.Button({
|
||||
class_name: "powermenu",
|
||||
on_clicked: () => App.toggleWindow("powermenu"),
|
||||
child: Widget.Label({
|
||||
class_name: "bar-power_label",
|
||||
label: "⏻",
|
||||
|
||||
Reference in New Issue
Block a user