aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sway/.local
diff options
context:
space:
mode:
Diffstat (limited to 'sway/.local')
-rwxr-xr-xsway/.local/bin/lock19
1 files changed, 19 insertions, 0 deletions
diff --git a/sway/.local/bin/lock b/sway/.local/bin/lock
new file mode 100755
index 0000000..3568947
--- /dev/null
+++ b/sway/.local/bin/lock
@@ -0,0 +1,19 @@
+#!/usr/bin/env bash
+
+swaylock \
+ --daemonize \
+ --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 10 \
+ --fade-in 1
+