From 85fd3a78e55819788306fb7437d2e132bfb5a853 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Mon, 7 Sep 2020 14:20:13 -0400 Subject: [PATCH] [logout] not an experiment anymore --- .../logout-widget => logout-widget}/README.md | 2 +- .../logout-widget => logout-widget}/logout-dark.png | Bin .../logout-widget => logout-widget}/logout-nord.png | Bin .../logout-outrun.png | Bin .../logout-widget => logout-widget}/logout.lua | 0 .../logout-widget => logout-widget}/power.svg | 0 .../logout-widget => logout-widget}/screenshot.gif | Bin .../logout-widget => logout-widget}/screenshot.png | Bin 8 files changed, 1 insertion(+), 1 deletion(-) rename {experiments/logout-widget => logout-widget}/README.md (95%) rename {experiments/logout-widget => logout-widget}/logout-dark.png (100%) rename {experiments/logout-widget => logout-widget}/logout-nord.png (100%) rename {experiments/logout-widget => logout-widget}/logout-outrun.png (100%) rename {experiments/logout-widget => logout-widget}/logout.lua (100%) rename {experiments/logout-widget => logout-widget}/power.svg (100%) rename {experiments/logout-widget => logout-widget}/screenshot.gif (100%) rename {experiments/logout-widget => logout-widget}/screenshot.png (100%) 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