Skip to content

Commit

Permalink
set wallpaper with nitrogen
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpox committed Jan 13, 2020
1 parent f692aea commit 13dde78
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nitrogen.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[xin_-1]
file=/usr/share/backgrounds/kali/kali-i3.png
mode=5
bgcolor=#000000
9 changes: 9 additions & 0 deletions playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- apt-file
- rofi
- nodejs
- nitrogen
state: latest
update_cache: yes
- name: Install fonts and update font cache
Expand All @@ -27,6 +28,14 @@
user:
name: root
shell: /bin/zsh
- name: Copy wallpaper
copy:
src: wallpaper.png
dest: /usr/share/backgrounds/kali/kali-i3.png
- name: Set wallpaper
copy:
src: nitrogen.cfg
dest: "{{ansible_env.HOME}}/.config/nitrogen/bg-saved.cfg"
roles:
- ansible-xresources
- ansible-i3
Expand Down
Binary file added wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 13dde78

Please sign in to comment.