mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
submodules: new commits
This commit is contained in:
parent
05a69a339d
commit
06b1b16ecf
|
@ -1 +1 @@
|
||||||
Subproject commit a81d6bdc7da07b9a7bfb9012fc9ebcb6bb893076
|
Subproject commit 76da49886064f1df87b30f9fe969af9704745132
|
2
lain
2
lain
|
@ -1 +1 @@
|
||||||
Subproject commit fdb6e412a05acae3f4ad92f5f21a821c6f69a6a7
|
Subproject commit d5fb6326d2e48d7a1b00d8acf9e37f9174322bb2
|
|
@ -15,6 +15,7 @@ local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
--local menubar = require("menubar")
|
--local menubar = require("menubar")
|
||||||
|
local freedesktop = require"(freedesktop")
|
||||||
local hotkeys_popup = require("awful.hotkeys_popup").widget
|
local hotkeys_popup = require("awful.hotkeys_popup").widget
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -105,11 +106,14 @@ myawesomemenu = {
|
||||||
{ "restart", awesome.restart },
|
{ "restart", awesome.restart },
|
||||||
{ "quit", function() awesome.quit() end }
|
{ "quit", function() awesome.quit() end }
|
||||||
}
|
}
|
||||||
mymainmenu = awful.menu({
|
mymainmenu = freedesktop.menu.build({
|
||||||
items = {
|
before = {
|
||||||
{ "awesome", myawesomemenu, beautiful.awesome_icon },
|
{ "Awesome", myawesomemenu, beautiful.awesome_icon },
|
||||||
{ "applications", require("freedesktop").menu.build() },
|
-- other triads can be put here
|
||||||
{ "open terminal", terminal },
|
},
|
||||||
|
after = {
|
||||||
|
{ "Open terminal", terminal },
|
||||||
|
-- other triads can be put here
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
--menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it
|
--menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it
|
||||||
|
|
|
@ -17,6 +17,7 @@ local lain = require("lain")
|
||||||
local eminent = require("eminent")
|
local eminent = require("eminent")
|
||||||
local shape = require("gears.shape")
|
local shape = require("gears.shape")
|
||||||
--local menubar = require("menubar")
|
--local menubar = require("menubar")
|
||||||
|
local freedesktop = require("freedesktop")
|
||||||
local hotkeys_popup = require("awful.hotkeys_popup").widget
|
local hotkeys_popup = require("awful.hotkeys_popup").widget
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -107,11 +108,14 @@ myawesomemenu = {
|
||||||
{ "restart", awesome.restart },
|
{ "restart", awesome.restart },
|
||||||
{ "quit", function() awesome.quit() end }
|
{ "quit", function() awesome.quit() end }
|
||||||
}
|
}
|
||||||
mymainmenu = awful.menu({
|
mymainmenu = freedesktop.menu.build({
|
||||||
items = {
|
before = {
|
||||||
{ "awesome", myawesomemenu, beautiful.awesome_icon },
|
{ "Awesome", myawesomemenu, beautiful.awesome_icon },
|
||||||
{ "applications", require("freedesktop").menu.build() },
|
-- other triads can be put here
|
||||||
{ "open terminal", terminal },
|
},
|
||||||
|
after = {
|
||||||
|
{ "Open terminal", terminal },
|
||||||
|
-- other triads can be put here
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
--menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it
|
--menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it
|
||||||
|
|
|
@ -15,6 +15,7 @@ local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
--local menubar = require("menubar")
|
--local menubar = require("menubar")
|
||||||
|
local freedesktop = require("freedesktop")
|
||||||
local hotkeys_popup = require("awful.hotkeys_popup").widget
|
local hotkeys_popup = require("awful.hotkeys_popup").widget
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -105,11 +106,14 @@ myawesomemenu = {
|
||||||
{ "restart", awesome.restart },
|
{ "restart", awesome.restart },
|
||||||
{ "quit", function() awesome.quit() end }
|
{ "quit", function() awesome.quit() end }
|
||||||
}
|
}
|
||||||
mymainmenu = awful.menu({
|
mymainmenu = freedesktop.menu.build({
|
||||||
items = {
|
before = {
|
||||||
{ "awesome", myawesomemenu, beautiful.awesome_icon },
|
{ "Awesome", myawesomemenu, beautiful.awesome_icon },
|
||||||
{ "applications", require("freedesktop").menu.build() },
|
-- other triads can be put here
|
||||||
{ "open terminal", terminal },
|
},
|
||||||
|
after = {
|
||||||
|
{ "Open terminal", terminal },
|
||||||
|
-- other triads can be put here
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
--menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it
|
--menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it
|
||||||
|
|
|
@ -15,6 +15,7 @@ local beautiful = require("beautiful")
|
||||||
local naughty = require("naughty")
|
local naughty = require("naughty")
|
||||||
local lain = require("lain")
|
local lain = require("lain")
|
||||||
--local menubar = require("menubar")
|
--local menubar = require("menubar")
|
||||||
|
local freedesktop = require("freedesktop")
|
||||||
local hotkeys_popup = require("awful.hotkeys_popup").widget
|
local hotkeys_popup = require("awful.hotkeys_popup").widget
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
|
@ -105,11 +106,14 @@ myawesomemenu = {
|
||||||
{ "restart", awesome.restart },
|
{ "restart", awesome.restart },
|
||||||
{ "quit", function() awesome.quit() end }
|
{ "quit", function() awesome.quit() end }
|
||||||
}
|
}
|
||||||
mymainmenu = awful.menu({
|
mymainmenu = freedesktop.menu.build({
|
||||||
items = {
|
before = {
|
||||||
{ "awesome", myawesomemenu, beautiful.awesome_icon },
|
{ "Awesome", myawesomemenu, beautiful.awesome_icon },
|
||||||
{ "applications", require("freedesktop").menu.build() },
|
-- other triads can be put here
|
||||||
{ "open terminal", terminal },
|
},
|
||||||
|
after = {
|
||||||
|
{ "Open terminal", terminal },
|
||||||
|
-- other triads can be put here
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
--menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it
|
--menubar.utils.terminal = terminal -- Set the Menubar terminal for applications that require it
|
||||||
|
|
Loading…
Reference in a new issue