repos/scripts

Simple scripts that I made for my personal computer to map keys, make bluetooth work, brightness keys, etc.
Commits Files Refs README LICENSE
commit ff2274e76e7b75058e938481cac67ea312dbfa61
parent fd499ca25195b1444550777ced3586c2f774a96d
Author: mjkloeckner <martinjkloeckner@gmail.com>
Date:   Fri, 31 Mar 2023 19:37:29 -0300

added README.md

Diffstat:
AREADME.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
+
+![19-36-16_31-03-2023_scrot](https://user-images.githubusercontent.com/64109770/229244645-9dd3ab48-5276-4636-b3d5-ac2cca0adc4c.png)
+
+## License
+
+[MIT](https://opensource.org/licenses/MIT)