diff --git a/LICENSE.md b/LICENSE.md deleted file mode 100644 index 7691a7a..0000000 --- a/LICENSE.md +++ /dev/null @@ -1,22 +0,0 @@ -The MIT License (MIT) -===================== - -Copyright © `2019` `Ryan Kes ` - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. diff --git a/LICENSE.org b/LICENSE.org new file mode 100644 index 0000000..a7c1cd6 --- /dev/null +++ b/LICENSE.org @@ -0,0 +1,25 @@ +* The MIT License (MIT) +:PROPERTIES: +:CUSTOM_ID: the-mit-license-mit +:END: + +Copyright © =2019= =Ryan Kes= + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be included +in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 2ee7065..0000000 --- a/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# My Slock Build - -[Slock](https://tools.suckless.org/slock/) [Arch](https://www.archlinux.org/) package with a few patches installed to keep things nice: - -+ [mediakeys](https://tools.suckless.org/slock/patches/mediakeys/) -+ [quickcancel](https://tools.suckless.org/slock/patches/quickcancel/) -+ [dpms](https://tools.suckless.org/slock/patches/dpms/) - -## Installation - -``` -makepkg -si -``` - -## Further Notes - -* On my laptop slock is wonky. Switched to [i3lock](https://i3wm.org/i3lock/) until this project gets some love. - -## License - -This theme is released under the MIT License. For more information read the [license][license]. - -[license]: https://github.com/alrayyes/slock/blob/master/LICENSE.md diff --git a/README.org b/README.org new file mode 100644 index 0000000..a347341 --- /dev/null +++ b/README.org @@ -0,0 +1,26 @@ +* My Slock Build +:PROPERTIES: +:CUSTOM_ID: my-slock-build +:END: + +[[https://tools.suckless.org/slock/][Slock ]][[https://www.archlinux.org/][Arch]] package with a few patches installed to keep things nice: + +- [[https://tools.suckless.org/slock/patches/mediakeys/][mediakeys]] +- [[https://tools.suckless.org/slock/patches/quickcancel/][quickcancel]] +- [[https://tools.suckless.org/slock/patches/dpms/][dpms]] + +** Installation +:PROPERTIES: +:CUSTOM_ID: installation +:END: + +#+BEGIN_SRC shell +makepkg -si +#+END_SRC + +** License +:PROPERTIES: +:CUSTOM_ID: license +:END: + +This theme is released under the MIT License. For more information read the [[file:LICENSE.org][license]].