1
0
mirror of https://github.com/alrayyes/slock synced 2023-11-13 18:16:41 +00:00

Converted markdown to org mode

This commit is contained in:
Ryan Kes 2020-01-10 12:03:26 +01:00
parent cdb412d384
commit 94374452a1
4 changed files with 51 additions and 45 deletions

View File

@ -1,22 +0,0 @@
The MIT License (MIT)
=====================
Copyright © `2019` `Ryan Kes <alrayyes at gmail dot com>`
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.

25
LICENSE.org Normal file
View File

@ -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.

View File

@ -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

26
README.org Normal file
View File

@ -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]].