1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-27 02:25:15 +01:00
eoli3n-dotfiles/roles/wofi/tasks/main.yml
2020-05-08 09:02:50 +02:00

21 lines
328 B
YAML

---
- name: create wofi config dir
file:
path: ~/.config/wofi
state: directory
- name: copy wofi style
copy:
src: style.css
dest: ~/.config/wofi/
- name: copy wofi config
copy:
src: config
dest: ~/.config/wofi/
- name: copy wofi powermenu
copy:
src: powermenu.sh
dest: ~/.config/wofi/