awesome: use dmenu

This commit is contained in:
Łukasz Pankowski 2025-04-07 00:46:02 +02:00
parent d6ba2a78b9
commit a5c491d1ce
3 changed files with 4 additions and 4 deletions

View File

@ -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(

View File

@ -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%)

View File

@ -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%)