Add basic ansible and minor fixes
This commit is contained in:
parent
cee6671913
commit
e88aa2fee4
4 changed files with 677 additions and 3 deletions
|
@ -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 = " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue