Compare commits

..

11 Commits

9 changed files with 13 additions and 11 deletions

View File

@@ -101,7 +101,7 @@ command = "ping -n -q -w 2 -c 1 8.8.8.8 >/dev/null 2>/dev/null && printf '{\"tex
[[block]] [[block]]
block = "custom" block = "custom"
command = "curl -s 'https://wttr.in/Stockholm?m&T&format=%c%t' | sed 's/ / /g'" command = "curl -s 'https://wttr.in/Ansbach?m&T&format=%c%t' | sed 's/ / /g'"
interval = 3600 interval = 3600
[[block]] [[block]]

View File

@@ -556,3 +556,6 @@ sccache:
btop: btop:
archlinux: archlinux:
- btop - btop
hedgewars:
archlinux:
- hedgewars

View File

@@ -230,7 +230,8 @@
preexec: | preexec: |
#!/usr/bin/env bash #!/usr/bin/env bash
source ./env source ./env
curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | gpg --import - echo lel
curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_C85668DF69375001.gpg | gpg --import -
- name: nodejs-intelephense - name: nodejs-intelephense
- name: vim-plug - name: vim-plug
@@ -391,9 +392,7 @@
chdir: "{{ item.1.stat.path | dirname }}" chdir: "{{ item.1.stat.path | dirname }}"
become_user: makepkg become_user: makepkg
become: true become: true
when: when: not item[0].stat.exists or (item[0].stat.checksum|default('') != item[1].stat.checksum)
- not item[0].stat.exists
- item[0].stat.checksum|default('') != item[1].stat.checksum
loop: "{{ preexec_before.results| reject('skipped')|zip(preexec_after.results| reject('skipped')) }}" loop: "{{ preexec_before.results| reject('skipped')|zip(preexec_after.results| reject('skipped')) }}"
loop_control: loop_control:
label: "{{ item.1.stat.path }}" label: "{{ item.1.stat.path }}"