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:
parent
0ec1feb5d0
commit
7d6708baf5
4 changed files with 11 additions and 1 deletions
BIN
files/lockscreen.png
Normal file
BIN
files/lockscreen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
|
@ -38,4 +38,5 @@ i3:
|
|||
i3_desktop_env:
|
||||
background: "/home/{{ user }}/.config/background.png"
|
||||
|
||||
i3lock_options: "--image=/home/{{ user }}/.config/lockscreen.png -t"
|
||||
|
||||
|
|
|
@ -7,3 +7,12 @@
|
|||
owner: "{{ user }}"
|
||||
group: "{{ user }}"
|
||||
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
|
Loading…
Reference in a new issue