mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-27 02:25:15 +01:00
21 lines
328 B
YAML
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/
|