1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-06-03 01:40:14 +03:00
dotfiles/.bin/swaylock.sh
2020-04-14 17:40:47 +03:00

18 lines
359 B
Bash
Executable File

#!/bin/bash
# Uses forked swaylock https://github.com/mortie/swaylock-effects
bg=$1
exec swaylock \
--clock \
--datestr "%Y-%m-%d" \
--indicator \
--tiling \
--hide-keyboard-layout \
--font "Terminus" \
--font-size 28 \
--text-color ffffff \
--inside-color 435366 \
--separator-color 435366 \
--ring-color 435366 \
--line-uses-ring \
--image $bg