commit ff2274e76e7b75058e938481cac67ea312dbfa61 parent fd499ca25195b1444550777ced3586c2f774a96d Author: mjkloeckner <martinjkloeckner@gmail.com> Date: Fri, 31 Mar 2023 19:37:29 -0300 added README.md Diffstat:
| A | README.md | | | 12 | ++++++++++++ |
1 file changed, 12 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md @@ -0,0 +1,12 @@ +# Scripts +Simple scripts from my daily system. Some are wrappers to bind to keys, others +are blocks for dwmblocks, and some are just scripts that I had lying around. + +## Win 11 like i3lock-color wrapper +This is just a wrapper of i3lock-color that mimics the lockscreen of Windows 11 + + + +## License + +[MIT](https://opensource.org/licenses/MIT)
