awesome: use dmenu
This commit is contained in:
parent
d6ba2a78b9
commit
a5c491d1ce
@ -338,8 +338,8 @@ local globalkeys = gears.table.join(
|
|||||||
end,
|
end,
|
||||||
{ description = "lua execute prompt", group = "awesome" }),
|
{ description = "lua execute prompt", group = "awesome" }),
|
||||||
-- Menubar
|
-- Menubar
|
||||||
awful.key({ modkey, }, "p", function() menubar.show() end,
|
awful.key({ modkey }, "p", function() awful.spawn("dmenu_run -fn 'FiraCode Nerd Font Ret:size=10'") end,
|
||||||
{ description = "show the menubar", group = "launcher" })
|
{ description = "run command", group = "launcher" })
|
||||||
)
|
)
|
||||||
|
|
||||||
local clientkeys = gears.table.join(
|
local clientkeys = gears.table.join(
|
||||||
|
@ -7,7 +7,7 @@ local theme = {}
|
|||||||
|
|
||||||
theme.font = "Fira Code Nerd Font 10"
|
theme.font = "Fira Code Nerd Font 10"
|
||||||
theme.tasklist_disable_icon = true
|
theme.tasklist_disable_icon = true
|
||||||
theme.wibar_height = 40
|
theme.wibar_height = 30
|
||||||
|
|
||||||
theme.bg_normal = "#293d38" -- hsl(165deg 20% 20%)
|
theme.bg_normal = "#293d38" -- hsl(165deg 20% 20%)
|
||||||
theme.bg_focus = "#478575" -- hsl(165deg 30% 40%)
|
theme.bg_focus = "#478575" -- hsl(165deg 30% 40%)
|
||||||
|
@ -7,7 +7,7 @@ local theme = {}
|
|||||||
|
|
||||||
theme.font = "Fira Code Nerd Font 10"
|
theme.font = "Fira Code Nerd Font 10"
|
||||||
theme.tasklist_disable_icon = true
|
theme.tasklist_disable_icon = true
|
||||||
theme.wibar_height = 40
|
theme.wibar_height = 30
|
||||||
|
|
||||||
theme.bg_normal = "#293d38" -- hsl(165deg 20% 20%)
|
theme.bg_normal = "#293d38" -- hsl(165deg 20% 20%)
|
||||||
theme.bg_focus = "#a9d6ca" -- hsl(165deg 35% 75%)
|
theme.bg_focus = "#a9d6ca" -- hsl(165deg 35% 75%)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user