Update lib/menubar/init.lua
Co-Authored-By: Ari <ari.breitkreuz@pm.me>
This commit is contained in:
parent
138e37576d
commit
6c7a5a5073
|
@ -121,7 +121,7 @@ menubar.left_label = "◀◀"
|
||||||
local list_interspace = theme.xresources.apply_dpi(4) * 3
|
local list_interspace = theme.xresources.apply_dpi(4) * 3
|
||||||
|
|
||||||
--- Allows user to specify custom parameters for prompt.run function
|
--- Allows user to specify custom parameters for prompt.run function
|
||||||
-- (like colors). These will override default parameters.
|
-- (like colors). This will merge with the default parameters, overriding affected values.
|
||||||
-- @see awful.prompt
|
-- @see awful.prompt
|
||||||
menubar.prompt_args = {}
|
menubar.prompt_args = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue