From 5abc43f2684d89cd225f5f7c7d5f3ba8a62b287c Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 30 Sep 2020 17:55:30 +0300 Subject: [PATCH] polybar: --newsboat --- etc/soft/polybar/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/soft/polybar/config b/etc/soft/polybar/config index 5444aa2..ee1f3ab 100644 --- a/etc/soft/polybar/config +++ b/etc/soft/polybar/config @@ -72,7 +72,7 @@ font-2 = NotoMono Nerd Font:size=12 modules-left = desktop modules-center = filesystem -modules-right = bdays webcheck rss mail battery xbacklight xsmartlight alsa xkeyboard date +modules-right = bdays webcheck mail battery xbacklight xsmartlight alsa xkeyboard date separator = | @@ -127,10 +127,10 @@ interval = 86400 format =  format-foreground = ${colors.alert} -[module/rss] -type = custom/script -exec = newsboat -x reload; newsboat -x print-unread | awk '{ print $1 }' -interval = 1200 +#[module/rss] +#type = custom/script +#exec = newsboat -x reload; newsboat -x print-unread | awk '{ print $1 }' +#interval = 1200 format-prefix = " " format-underline = ${colors.yellow}