6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
WALLPAPER=~/.config/lock-wallpapers/oscar-wallpaper.jpg
|
||
|
|
||
|
swaylock -f -i $WALLPAPER -s fill
|