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:
parent
f818da7e57
commit
11558f9dee
@ -33,11 +33,13 @@ bind-key U show-urls
|
|||||||
bind-key x pb-delete
|
bind-key x pb-delete
|
||||||
bind-key ^t next-unread
|
bind-key ^t next-unread
|
||||||
|
|
||||||
# Color settings (Gruvbox)
|
color background default default
|
||||||
color listfocus white black bold
|
color listnormal default default
|
||||||
color listnormal_unread red black
|
color listnormal_unread default default
|
||||||
color listfocus_unread red black bold
|
color listfocus black yellow
|
||||||
color info color236 yellow bold
|
color listfocus_unread black yellow
|
||||||
|
color info default black
|
||||||
|
color article default default
|
||||||
|
|
||||||
# highlights
|
# highlights
|
||||||
highlight article "^(Title):.*$" blue default
|
highlight article "^(Title):.*$" blue default
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env fish
|
#!/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]"
|
||||||
|
Loading…
Reference in New Issue
Block a user