diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2021-12-13 09:36:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 09:36:26 -0500 |
commit | 0671068e4a74b10a4bfa5dbe6463db7c0889997b (patch) | |
tree | 47c74841af56841d340be9c2acaeeee45ddd75ba /logout-popup-widget | |
parent | d3d929dbba9e89a8ce2101b1e1b044a727264513 (diff) | |
parent | 2cac9f39d1d48e33259fe3ea6d86a4250e2d8c72 (diff) |
Merge pull request #318 from ingram1107/master-cleanup
Repo cleanup
Diffstat (limited to 'logout-popup-widget')
-rw-r--r-- | logout-popup-widget/README.md | 2 | ||||
-rw-r--r-- | logout-popup-widget/logout-popup.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/logout-popup-widget/README.md b/logout-popup-widget/README.md index a7ca780..d95b692 100644 --- a/logout-popup-widget/README.md +++ b/logout-popup-widget/README.md @@ -1,6 +1,6 @@ # Logout Popup Widget -Widget which allows to perform lock, reboot, log out, power off and sleep actions. It can be called either by a shortcut, or by clicking on a widget in wibar. +Widget which allows performing lock, reboot, log out, power off and sleep actions. It can be called either by a shortcut, or by clicking on a widget in wibar. <p align="center"> <img src="https://github.com/streetturtle/awesome-wm-widgets/raw/master/logout-popup-widget/screenshot.gif" alt="screenshot"> diff --git a/logout-popup-widget/logout-popup.lua b/logout-popup-widget/logout-popup.lua index 610b359..efe6882 100644 --- a/logout-popup-widget/logout-popup.lua +++ b/logout-popup-widget/logout-popup.lua @@ -105,7 +105,7 @@ local function launch(args) spacing = 8, layout = wibox.layout.fixed.horizontal }, - valigh = 'center', + valign = 'center', layout = wibox.container.place }, { @@ -118,7 +118,7 @@ local function launch(args) }, id = 'a', shape_border_width = 1, - valigh = 'center', + valign = 'center', layout = wibox.container.place } |