Compare commits
11 Commits
a954a44abc
...
12fc9737f7
| Author | SHA1 | Date | |
|---|---|---|---|
| 12fc9737f7 | |||
| 133aa0fa44 | |||
| d431c74ed2 | |||
| f98e9c1351 | |||
| b85059b2fc | |||
| dac6a48a38 | |||
| 90c69533a4 | |||
| b5fb06b977 | |||
| 43042e489f | |||
| 2766d90b27 | |||
| 12d984a840 |
@@ -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]]
|
||||
|
||||
@@ -556,3 +556,6 @@ sccache:
|
||||
btop:
|
||||
archlinux:
|
||||
- btop
|
||||
hedgewars:
|
||||
archlinux:
|
||||
- hedgewars
|
||||
|
||||
Submodule pkgbuilds/google-earth-pro updated: 37b5b100d1...ce8dffdd33
Submodule pkgbuilds/portfolio-performance-bin updated: 57a23d4dbc...cdaa151c6b
Submodule pkgbuilds/python-vdf updated: 1ce28778dc...ae84d0e68b
Submodule pkgbuilds/slack-desktop updated: 094ea228e3...c4ba0f0b8c
Submodule pkgbuilds/spotify updated: ecf0038e4a...7df0734d93
Submodule pkgbuilds/terraform-ls-bin updated: 3f66ff9433...a7e85a0019
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user