Add lock screen wallpaper
This commit is contained in:
parent
0f83771c69
commit
0f4e78e71b
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
i3lock -c 000000
|
||||
i3lock -f -t -i /usr/share/wallpapers/lockscreen.png
|
||||
xset dpms force off
|
||||
|
|
BIN
roles/gui/files/lockscreen.png
Normal file
BIN
roles/gui/files/lockscreen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
|
@ -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
|
||||
|
|
Reference in a new issue