Update lib/menubar/init.lua

Co-Authored-By: Ari <ari.breitkreuz@pm.me>
This commit is contained in:
Yauhen Kirylau 2020-04-22 22:03:28 +02:00 committed by GitHub
parent 138e37576d
commit 6c7a5a5073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}