add wall paper

This commit is contained in:
Pim Kunis 2023-02-25 17:15:36 +01:00
parent 65fa6575d4
commit e8fe352cc8
8 changed files with 39 additions and 5 deletions

View file

@ -5,6 +5,7 @@
- i3-wm
- rofi
- i3lock
- nitrogen
- name: Create i3 config directory
file:
path: ~/.config/i3
@ -18,3 +19,19 @@
src: "{{ role_path }}/files/scripts"
dest: ~/.config/i3
mode: preserve
- name: Copy wallpapers
copy:
src: "{{ role_path }}/files/wallpapers"
dest: ~/Pictures
- name: Create nitrogen config directory
file:
path: ~/.config/nitrogen
state: directory
- name: Copy nitrogen.cfg
copy:
src: "{{ role_path }}/files/nitrogen.cfg"
dest: ~/.config/nitrogen/nitrogen.cfg
- name: Copy bg-saved.cfg
copy:
src: "{{ role_path }}/files/bg-saved.cfg"
dest: ~/.config/nitrogen/bg-saved.cfg