fix: move archlinux-check-updates to cronjob
This commit is contained in:
parent
f2c7dee45d
commit
98a74f6279
2 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@
|
||||||
|
|
||||||
[module/check-arch-updates]
|
[module/check-arch-updates]
|
||||||
type = custom/script
|
type = custom/script
|
||||||
exec = $HOME/.config/polybar/scripts/check-arch-updates.sh
|
exec = cat $HOME/.cache/archlinux-updates.txt
|
||||||
interval = 300
|
interval = 30
|
||||||
|
|
||||||
format-prefix = " "
|
format-prefix = " "
|
||||||
format-prefix-foreground = ${colors.foreground-alt}
|
format-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
Loading…
Reference in a new issue