diff --git a/experiments/logout-widget/README.md b/logout-widget/README.md similarity index 95% rename from experiments/logout-widget/README.md rename to logout-widget/README.md index 07e75fa..a1fce56 100644 --- a/experiments/logout-widget/README.md +++ b/logout-widget/README.md @@ -50,7 +50,7 @@ Then | `text_color` | `beautiful.fg_normal` | The color of text | | `phrases` | `{'Goodbye!'}` | The table with phrase(s) to show, if more than one provided, the phrase is chosen randomly | | `onlogout` | `function() awesome.quit() end` | Function which is called when the logout button is pressed | -| `onlock` | function() awful.spawn.with_shell("systemctl suspend") end | Function which is called when the lock button is pressed | +| `onlock` | `function() awful.spawn.with_shell("systemctl suspend") end` | Function which is called when the lock button is pressed | | `onreboot` | `function() awful.spawn.with_shell("reboot") end` | Function which is called when the reboot button is pressed | | `onsuspend` | `function() awful.spawn.with_shell("systemctl suspend") end` | Function which is called when the suspend button is pressed | | `onpoweroff` | `function() awful.spawn.with_shell("shutdown now") end` | Function which is called when the poweroff button is pressed | diff --git a/experiments/logout-widget/logout-dark.png b/logout-widget/logout-dark.png similarity index 100% rename from experiments/logout-widget/logout-dark.png rename to logout-widget/logout-dark.png diff --git a/experiments/logout-widget/logout-nord.png b/logout-widget/logout-nord.png similarity index 100% rename from experiments/logout-widget/logout-nord.png rename to logout-widget/logout-nord.png diff --git a/experiments/logout-widget/logout-outrun.png b/logout-widget/logout-outrun.png similarity index 100% rename from experiments/logout-widget/logout-outrun.png rename to logout-widget/logout-outrun.png diff --git a/experiments/logout-widget/logout.lua b/logout-widget/logout.lua similarity index 100% rename from experiments/logout-widget/logout.lua rename to logout-widget/logout.lua diff --git a/experiments/logout-widget/power.svg b/logout-widget/power.svg similarity index 100% rename from experiments/logout-widget/power.svg rename to logout-widget/power.svg diff --git a/experiments/logout-widget/screenshot.gif b/logout-widget/screenshot.gif similarity index 100% rename from experiments/logout-widget/screenshot.gif rename to logout-widget/screenshot.gif diff --git a/experiments/logout-widget/screenshot.png b/logout-widget/screenshot.png similarity index 100% rename from experiments/logout-widget/screenshot.png rename to logout-widget/screenshot.png