Browse Source

polybar: ++rss

Maxim Likhachev 6 years ago
parent
commit
b1e3531943
  1. 12
      etc/soft/polybar/config

12
etc/soft/polybar/config

@ -70,9 +70,9 @@ font-0 = NotoMono Nerd Font:size=12
font-1 = NotoMono Nerd Font:size=12 font-1 = NotoMono Nerd Font:size=12
font-2 = NotoMono Nerd Font:size=12 font-2 = NotoMono Nerd Font:size=12
modules-left = desktop mpd modules-left = desktop
modules-center = filesystem 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 = | separator = |
@ -127,6 +127,14 @@ interval = 86400
format = format =
format-foreground = ${colors.alert} 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] [module/mail]
type = custom/script type = custom/script
exec = cat $MD/new exec = cat $MD/new

Loading…
Cancel
Save