styles swaylock
This commit is contained in:
19
templates/lock-screen.sh.j2
Normal file
19
templates/lock-screen.sh.j2
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Script til at starte swaylock med et "Stargate Atlantis" tema
|
||||
|
||||
swaylock \
|
||||
--screenshots \
|
||||
--clock \
|
||||
--indicator \
|
||||
--indicator-radius 100 \
|
||||
--indicator-thickness 7 \
|
||||
--effect-blur 7x5 \
|
||||
--effect-vignette 0.5:0.5 \
|
||||
--ring-color 00aaff \
|
||||
--key-hl-color 89b4fa \
|
||||
--line-color 00000000 \
|
||||
--inside-color 00000088 \
|
||||
--separator-color 00000000 \
|
||||
--text-color cdd6f4 \
|
||||
--font "JetBrains Mono Nerd Font"
|
||||
Reference in New Issue
Block a user