mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
17 lines
387 B
Bash
Executable File
17 lines
387 B
Bash
Executable File
#!/usr/bin/env bash
|
|
swaylock \
|
|
--screenshots \
|
|
--clock \
|
|
--indicator-radius 200 \
|
|
--indicator-thickness 8 \
|
|
--datestr "%a %e.%m.%Y" --timestr "%k:%M" \
|
|
--effect-scale 1 \
|
|
--effect-blur 7x7 \
|
|
--ring-color 000000 \
|
|
--key-hl-color 880033 \
|
|
--line-color 00000000 \
|
|
--inside-color 00000066 \
|
|
--separator-color 00000000 \
|
|
--fade-in 0.6
|
|
#--effect-vignette 0.5:0.5 \
|