fix(#485): Separators not following theme (#535)

* fix(util/separators): Not following theme

Fix issue #485 `lain.util.separators` not following theme variables
separators_width and separators_height as stated in the wiki

* fix: Removed redundant parenthesis
This commit is contained in:
Teivel 2022-06-25 13:43:16 +02:00 committed by GitHub
parent 1703661273
commit c489aa63ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -8,10 +8,11 @@
local wibox = require("wibox")
local gears = require("gears")
local beautiful = require("beautiful")
-- Lain Cairo separators util submodule
-- lain.util.separators
local separators = { height = 0, width = 9 }
local separators = { height = beautiful.separators_height or 0, width = beautiful.separators_width or 9 }
-- [[ Arrow