diff --git a/etc/cron/crontab b/etc/cron/crontab index 82a902d..2d8f895 100644 --- a/etc/cron/crontab +++ b/etc/cron/crontab @@ -1,6 +1,6 @@ # crontab # -# Изменён: Ср 19 фев 2020 18:26:38 +# Изменён: Ср 19 фев 2020 19:44:47 # # MIN HOUR DAY MONTH DAYOFWEEK COMMAND @@ -8,9 +8,6 @@ # Проверка почты */10 * * * * ~/.shellrc/bin/scripts/checkmail -# Обновление RSS -*/30 * * * * /usr/bin/newsboat -x reload - # Удаление файлов, к которым не обращались дольше трёх месяцев * * */10 * * ~/.shellrc/bin/exec/delolder 90 ~/.shellrc/var/vim/ diff --git a/etc/soft/polybar/config b/etc/soft/polybar/config index 38f3738..f715f9e 100644 --- a/etc/soft/polybar/config +++ b/etc/soft/polybar/config @@ -129,8 +129,8 @@ format-foreground = ${colors.alert} [module/rss] type = custom/script -exec = newsboat -x print-unread | awk '{ print $1 }' -interval = 120 +exec = newsboat -x reload; newsboat -x print-unread | awk '{ print $1 }' +interval = 1200 format-prefix = " " format-underline = ${colors.yellow}