Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
- ---
-
- - name: i3 config directory
- file:
- path: ~/.config/i3
- state: directory
-
- - name: i3 config
- template:
- src: i3.config.j2
- dest: ~/.config/i3/config
-
- - name: check i3 config
- command: i3 -c ~/.config/i3/config -C
- changed_when: false
-
- - name: i3blocks config directory
- file:
- path: ~/.config/i3blocks
- state: directory
-
- - name: i3blocks config
- template:
- src: i3blocks.config.j2
- dest: ~/.config/i3blocks/config
|