mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-05-25 07:43:57 +00:00
6 lines
122 B
Bash
Executable File
6 lines
122 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
WALLPAPER=~/.wallpapers/$(ls ~/.wallpapers | sort -R | head -n 1)
|
|
i3lock -F -i $WALLPAPER --clock $@
|
|
|