Add lock screen wallpaper

master
Simon Bruder 2019-10-09 20:27:20 +00:00
parent 0f83771c69
commit 0f4e78e71b
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
i3lock -c 000000
i3lock -f -t -i /usr/share/wallpapers/lockscreen.png
xset dpms force off

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -3,3 +3,8 @@
copy:
src: wallpaper.jpg
dest: /usr/share/wallpapers/wallpaper.jpg
- name: install lock screen wallpaper
copy:
src: lockscreen.png
dest: /usr/share/wallpapers/lockscreen.png