mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-29 02:38:37 -05:00
14 lines
340 B
Bash
Executable File
14 lines
340 B
Bash
Executable File
#!/bin/sh
|
|
|
|
i3lock --nofork \
|
|
--indicator \
|
|
--keylayout 0 \
|
|
--clock \
|
|
--layoutcolor=ffffff80 \
|
|
--timecolor=ffffff80 \
|
|
--datecolor=ffffff80 \
|
|
--ignore-empty-password \
|
|
--show-failed-attempts \
|
|
--tiling \
|
|
--image="$HOME/Pictures/Wallpapers/9697jd.png"
|