diff --git a/roles/gui/files/lock b/roles/gui/files/lock index 11e5658..8961dc0 100755 --- a/roles/gui/files/lock +++ b/roles/gui/files/lock @@ -1,3 +1,3 @@ #!/bin/sh -i3lock -c 000000 +i3lock -f -t -i /usr/share/wallpapers/lockscreen.png xset dpms force off diff --git a/roles/gui/files/lockscreen.png b/roles/gui/files/lockscreen.png new file mode 100644 index 0000000..163c8bc Binary files /dev/null and b/roles/gui/files/lockscreen.png differ diff --git a/roles/gui/tasks/wallpaper.yml b/roles/gui/tasks/wallpaper.yml index b73b45b..b0d6373 100644 --- a/roles/gui/tasks/wallpaper.yml +++ b/roles/gui/tasks/wallpaper.yml @@ -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