mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon,
menu = mymainmenu })
+myshutdownmenu = awful.menu({ items = { { "shutdown", "systemctl poweroff" },
+ { "restart", "systemctl restart" },
+ { "suspend", "systemctl suspend" },
+ }
+ })
+
-- Menubar configuration
menubar.utils.terminal = terminal -- Set the terminal for applications that require it
-- }}}