From bff9fab6fc0433e577dfc43f3c6bc9123adc84ba Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 19 Feb 2020 19:50:11 +0300 Subject: [PATCH] =?UTF-8?q?polybar,=20newsboat,=20cron:=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B2=D0=B5=D1=80=D0=BA=D0=B0=20RSS=20=D0=B1=D0=B5=D0=B7?= =?UTF-8?q?=20cron?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/cron/crontab | 5 +---- etc/soft/polybar/config | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) 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}