diff options
author | serenesensei <sa14n8@gmail.com> | 2021-11-29 00:23:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 00:23:23 +0530 |
commit | 77333050f3d1c25e3596a5682dbeb3d276a5d991 (patch) | |
tree | ae5dee32c48986dd8d9aaa4e9219d60b8ea4c678 /brightness-widget | |
parent | d5308d3c7463d2a0915221103ca093727ee81f2e (diff) |
fix: valigh -> valign
Diffstat (limited to 'brightness-widget')
-rw-r--r-- | brightness-widget/brightness.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/brightness-widget/brightness.lua b/brightness-widget/brightness.lua index ffdeb7b..306cc2b 100644 --- a/brightness-widget/brightness.lua +++ b/brightness-widget/brightness.lua @@ -71,7 +71,7 @@ local function worker(user_args) resize = false, widget = wibox.widget.imagebox, }, - valigh = 'center', + valign = 'center', layout = wibox.container.place }, { @@ -93,7 +93,7 @@ local function worker(user_args) resize = true, widget = wibox.widget.imagebox, }, - valigh = 'center', + valign = 'center', layout = wibox.container.place }, max_value = 100, |