Browse Source

polybar: --newsboat

Maxim Likhachev 5 years ago
parent
commit
af5be37ea9
  1. 10
      etc/soft/polybar/config

10
etc/soft/polybar/config

@ -72,7 +72,7 @@ font-2 = NotoMono Nerd Font:size=12 @@ -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 @@ -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}

Loading…
Cancel
Save