1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Changed color scheme and use notify_send.py instead of notify-send

This commit is contained in:
Ryan Kes 2020-03-06 00:44:00 +01:00
parent f818da7e57
commit 11558f9dee
2 changed files with 8 additions and 6 deletions

View File

@ -33,11 +33,13 @@ bind-key U show-urls
bind-key x pb-delete
bind-key ^t next-unread
# Color settings (Gruvbox)
color listfocus white black bold
color listnormal_unread red black
color listfocus_unread red black bold
color info color236 yellow bold
color background default default
color listnormal default default
color listnormal_unread default default
color listfocus black yellow
color listfocus_unread black yellow
color info default black
color article default default
# highlights
highlight article "^(Title):.*$" blue default

View File

@ -1,3 +1,3 @@
#!/usr/bin/env fish
notify-send -i application-rss+xml "$argv"
notify-send.py -a Newsboat --replaces-process newsboat -i rssowl "$argv[1]" "$argv[2]"