Remove icomoon and i3-starterpack entirely
This commit is contained in:
parent
dae031a175
commit
c852e21053
1 changed files with 7 additions and 6 deletions
|
@ -59,11 +59,13 @@
|
|||
- xsettingsd
|
||||
when: ansible_facts['distribution'] == 'Debian'
|
||||
|
||||
- name: Clone repos
|
||||
git: repo={{ item.repo }} dest={{ item.dest }} clone=true update=false version=master
|
||||
with_items:
|
||||
- {repo: 'https://github.com/addy-dclxvi/i3-starterpack.git', dest: '~/.git_clones/i3-starterpack'}
|
||||
- {repo: 'https://github.com/vivien/i3blocks-contrib.git', dest: '~/.git_clones/i3blocks-contrib'}
|
||||
- name: Clone i3blocks-contrib
|
||||
git:
|
||||
repo: https://github.com/vivien/i3blocks-contrib.git
|
||||
dest: ~/.git_clones/i3blocks-contrib
|
||||
clone: true
|
||||
update: false
|
||||
version: master
|
||||
|
||||
- name: Gather installed packages # used for i3 config template
|
||||
package_facts:
|
||||
|
@ -91,7 +93,6 @@
|
|||
file: src={{ item.src }} path={{ item.path }} state=link
|
||||
with_items:
|
||||
- {src: '~/.config/picom.conf', path: '~/.config/compton.conf'}
|
||||
- {src: '~/.git_clones/i3-starterpack/.fonts/icomoon/feather.ttf', path: '~/.fonts/icomoon/feather.ttf'}
|
||||
- {src: '~/.git_clones/i3blocks-contrib/temperature/temperature', path: '~/.config/i3blocks/scripts/temperature'}
|
||||
- {src: '~/.git_clones/i3blocks-contrib/calendar/calendar', path: '~/.config/i3blocks/scripts/calendar'}
|
||||
- {src: '~/.git_clones/i3blocks-contrib/cpu_usage/cpu_usage', path: '~/.config/i3blocks/scripts/cpu_usage'}
|
||||
|
|
Loading…
Add table
Reference in a new issue