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 = "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
[[block]]

View File

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

View File

@@ -230,7 +230,8 @@
preexec: |
#!/usr/bin/env bash
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: vim-plug
@@ -391,9 +392,7 @@
chdir: "{{ item.1.stat.path | dirname }}"
become_user: makepkg
become: true
when:
- not item[0].stat.exists
- item[0].stat.checksum|default('') != item[1].stat.checksum
when: not item[0].stat.exists or (item[0].stat.checksum|default('') != item[1].stat.checksum)
loop: "{{ preexec_before.results| reject('skipped')|zip(preexec_after.results| reject('skipped')) }}"
loop_control:
label: "{{ item.1.stat.path }}"