Add newsboat.
This commit is contained in:
parent
c194fa6b1a
commit
b5e84a76e9
1
link.sh
1
link.sh
|
@ -2,4 +2,5 @@
|
||||||
|
|
||||||
stow --restow --target="$HOME/.config/alacritty" alacritty
|
stow --restow --target="$HOME/.config/alacritty" alacritty
|
||||||
stow --restow --target="$HOME/.config/fish" fish
|
stow --restow --target="$HOME/.config/fish" fish
|
||||||
|
stow --restow --target="$HOME/.config/newsboat" newsboat
|
||||||
stow --restow --target="$HOME/.config/nvim" nvim
|
stow --restow --target="$HOME/.config/nvim" nvim
|
||||||
|
|
|
@ -0,0 +1,26 @@
|
||||||
|
browser "~/scripts/shadowplay %u"
|
||||||
|
save-path "~/Downloads/"
|
||||||
|
download-path "~/Downloads/podcasts/"
|
||||||
|
max-downloads 1
|
||||||
|
player "~/scripts/shadowplay"
|
||||||
|
podlist-format "%4i [%5p %%] %-12S %b"
|
||||||
|
delete-played-files yes
|
||||||
|
refresh-on-startup no
|
||||||
|
auto-reload yes
|
||||||
|
reload-time 30
|
||||||
|
#show-read-feeds no
|
||||||
|
feed-sort-order lastupdated
|
||||||
|
bind-key j next
|
||||||
|
bind-key k prev
|
||||||
|
bind-key J next-feed
|
||||||
|
bind-key K prev-feed
|
||||||
|
bind-key g home
|
||||||
|
bind-key G end
|
||||||
|
|
||||||
|
color listnormal white black
|
||||||
|
color listnormal_unread white black bold
|
||||||
|
color listfocus cyan black reverse
|
||||||
|
color listfocus_unread cyan black reverse bold
|
||||||
|
color info cyan black reverse
|
||||||
|
color background cyan black
|
||||||
|
color article cyan black
|
Loading…
Reference in New Issue