Not working
This commit is contained in:
parent
38e3d033cd
commit
3fb0836fc7
|
@ -557,7 +557,6 @@ local function build_widget(self)
|
||||||
layout = wibox.layout.grid,
|
layout = wibox.layout.grid,
|
||||||
orientation = "horizontal",
|
orientation = "horizontal",
|
||||||
homogeneous = true,
|
homogeneous = true,
|
||||||
expand = self.expand_apps,
|
|
||||||
spacing = self.apps_spacing,
|
spacing = self.apps_spacing,
|
||||||
forced_num_cols = self.apps_per_column,
|
forced_num_cols = self.apps_per_column,
|
||||||
forced_num_rows = self.apps_per_row,
|
forced_num_rows = self.apps_per_row,
|
||||||
|
@ -739,7 +738,6 @@ local function new(args)
|
||||||
args.apps_per_row = default_value(args.apps_per_row, 5)
|
args.apps_per_row = default_value(args.apps_per_row, 5)
|
||||||
args.apps_per_column = default_value(args.apps_per_column, 3)
|
args.apps_per_column = default_value(args.apps_per_column, 3)
|
||||||
args.apps_spacing = default_value(args.apps_spacing, dpi(30))
|
args.apps_spacing = default_value(args.apps_spacing, dpi(30))
|
||||||
args.expand_apps = default_value(args.expand_apps, true)
|
|
||||||
|
|
||||||
args.prompt_bg_color = default_value(args.prompt_bg_color, "#000000")
|
args.prompt_bg_color = default_value(args.prompt_bg_color, "#000000")
|
||||||
args.prompt_icon_font = default_value(args.prompt_icon_font, beautiful.font)
|
args.prompt_icon_font = default_value(args.prompt_icon_font, beautiful.font)
|
||||||
|
|
Loading…
Reference in New Issue