Browse Source

polybar: ++rss

Maxim Likhachev 5 years ago
parent
commit
89b941a4b5
  1. 12
      etc/soft/polybar/config

12
etc/soft/polybar/config

@ -70,9 +70,9 @@ font-0 = NotoMono Nerd Font:size=12 @@ -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 @@ -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

Loading…
Cancel
Save