diff --git a/etc/soft/polybar/config b/etc/soft/polybar/config index aa926b5..5d9205e 100644 --- a/etc/soft/polybar/config +++ b/etc/soft/polybar/config @@ -70,9 +70,9 @@ font-0 = NotoMono Nerd Font:size=12 font-1 = NotoMono Nerd Font:size=12 font-2 = NotoMono Nerd Font:size=12 -modules-left = desktop mpd +modules-left = desktop modules-center = filesystem -modules-right = bdays webcheck mail battery backlight alsa xkeyboard date +modules-right = bdays webcheck rss mail battery backlight alsa xkeyboard date separator = | @@ -127,6 +127,14 @@ interval = 86400 format =  format-foreground = ${colors.alert} +[module/rss] +type = custom/script +exec = newsboat -x print-unread | awk '{ print $1 }' +interval = 1200 + +format-prefix = " " +format-underline = ${colors.yellow} + [module/mail] type = custom/script exec = cat $MD/new