Browse Source

fix timer file creation

pull/1/head
parent
commit
f6f8907d8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/timer.yaml

+ 1
- 1
tasks/timer.yaml View File

@@ -21,6 +21,6 @@
dest: "{{timer_folder}}/activity.lists/10-default" dest: "{{timer_folder}}/activity.lists/10-default"


- name: timer activity i3blocks linefile - name: timer activity i3blocks linefile
shell: echo ☆ > "{{timer_folder}}/activity.i3blocks"
shell: echo ☆ > {{timer_folder}}/activity.i3blocks
args: args:
creates: "{{timer_folder}}/activity.i3blocks" creates: "{{timer_folder}}/activity.i3blocks"