Add basic ansible and minor fixes

This commit is contained in:
Tobias Reisinger 2023-02-11 13:09:03 +01:00
parent cee6671913
commit e88aa2fee4
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 677 additions and 3 deletions

View file

@ -12,7 +12,7 @@
[module/check-arch-updates]
type = custom/script
exec = wc -l $HOME/.cache/archlinux-updates.txt 2>/dev/null | sed 's/^0$//'
exec = cat $HOME/.cache/archlinux-updates.txt | wc -l 2>/dev/null | sed 's/^0$//'
interval = 30
format-prefix = " "