From 61ad40ce3d7a7cf1d29adffe7dbbc1f38c1b2c0d Mon Sep 17 00:00:00 2001 From: parmjotsinghrobot <100116708+parmjotsinghrobot@users.noreply.github.com> Date: Fri, 24 May 2024 10:32:10 +1200 Subject: [PATCH 1/2] Fix grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 991f03b..82f72b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## dynlock -Dynamic and Configurable Lockscreen with Customizable UI and Shader Support +Dynamic and configurable lockscreen with customizable UI and shader support This tools foundation builds heavily on the concepts and design in [RobinMcCorkell's Shaderlock](https://github.com/RobinMcCorkell/shaderlock) From 1294bfed0fef59809cacaf623a93adbc3f24959b Mon Sep 17 00:00:00 2001 From: parmjotsinghrobot <100116708+parmjotsinghrobot@users.noreply.github.com> Date: Fri, 24 May 2024 10:34:27 +1200 Subject: [PATCH 2/2] Fix all grammar I didn't realise it wasn't just the first line. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 991f03b..48d8779 100644 --- a/README.md +++ b/README.md @@ -2,26 +2,26 @@ Dynamic and Configurable Lockscreen with Customizable UI and Shader Support -This tools foundation builds heavily on the concepts and design +This tool's foundation builds heavily on the concepts and design in [RobinMcCorkell's Shaderlock](https://github.com/RobinMcCorkell/shaderlock) so credit to him for his original creation. ### Features - - Blazingly Fast 🔥 - - Simple and Easy to Use - - Shader Support for Infinite Possibilities - - Uses The Official [ext-session-lock-v1 protocol](https://wayland.app/protocols/ext-session-lock-v1) - - Comes Installed with an Assortment of Pretty Shaders + - Blazingly fast 🔥 + - Simple and easy to use + - Shader support for infinite possibilities + - Uses the official [ext-session-lock-v1 protocol](https://wayland.app/protocols/ext-session-lock-v1) + - Comes installed with an assortment of pretty shaders ### Installation -Install Build Dependencies (Ubuntu) +Install build dependencies (Ubuntu) ```bash $ sudo apt install build-essential make cmake pkg-config llvm libclang-dev libpam-dev libxkbcommon-dev ``` -Compile and Install Binaries +Compile and install binaries ```bash $ make install