From 4a6fc56b1b88576e67c2aeea183672e13fbfdc35 Mon Sep 17 00:00:00 2001 From: VectorKappa Date: Wed, 20 Dec 2023 08:57:27 +0100 Subject: [PATCH] Hacky workaround for hyprland screenlocking --- bin/hyprlock | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/hyprlock diff --git a/bin/hyprlock b/bin/hyprlock new file mode 100755 index 0000000..1da3404 --- /dev/null +++ b/bin/hyprlock @@ -0,0 +1,2 @@ +#!/bin/dash +swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2 --submit-on-touch