1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Improve lock

This commit is contained in:
L3D 2018-11-17 23:56:28 +01:00
parent 0ec1feb5d0
commit 7d6708baf5
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 11 additions and 1 deletions

BIN
files/lockscreen.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -38,4 +38,5 @@ i3:
i3_desktop_env: i3_desktop_env:
background: "/home/{{ user }}/.config/background.png" background: "/home/{{ user }}/.config/background.png"
i3lock_options: "--image=/home/{{ user }}/.config/lockscreen.png -t"

View file

@ -7,3 +7,12 @@
owner: "{{ user }}" owner: "{{ user }}"
group: "{{ user }}" group: "{{ user }}"
mode: 0644 mode: 0644
- name: copy bg
copy:
src: files/lockscreen.png
dest: /home/{{ user }}/.config/lockscreen.png
owner: "{{ user }}"
group: "{{ user }}"
mode: 0644

@ -1 +1 @@
Subproject commit ab5078ed7eb7f864c352b61cee206485e5da8a1d Subproject commit 5eb3d3cd64c9cb2724c9b1aba36584eb9c75d658