mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
fix(newsboat): style
This commit is contained in:
@@ -5,7 +5,14 @@ let
|
|||||||
linkhandler-bin = "${scripts.linkhandler}/bin/linkhandler";
|
linkhandler-bin = "${scripts.linkhandler}/bin/linkhandler";
|
||||||
|
|
||||||
newsboat-config = pkgs.writeText "config" ''
|
newsboat-config = pkgs.writeText "config" ''
|
||||||
auto-reload yes
|
auto-reload no
|
||||||
|
|
||||||
|
# dont keep a search history
|
||||||
|
history-limit 0
|
||||||
|
|
||||||
|
datetime-format %F
|
||||||
|
|
||||||
|
text-width 85
|
||||||
|
|
||||||
external-url-viewer "${pkgs.urlscan}/bin/urlscan -dc -r '${linkhandler-bin} {}'"
|
external-url-viewer "${pkgs.urlscan}/bin/urlscan -dc -r '${linkhandler-bin} {}'"
|
||||||
browser ${linkhandler-bin}
|
browser ${linkhandler-bin}
|
||||||
@@ -31,11 +38,13 @@ let
|
|||||||
|
|
||||||
save-path ${newsboat-home}/saved/
|
save-path ${newsboat-home}/saved/
|
||||||
|
|
||||||
color listnormal cyan default
|
color background white black
|
||||||
color listfocus black yellow standout bold
|
color listnormal white black
|
||||||
color listnormal_unread blue default
|
color listnormal_unread white black bold
|
||||||
color listfocus_unread yellow default bold
|
color listfocus blue black
|
||||||
|
color listfocus_unread blue black bold
|
||||||
color info red black bold
|
color info red black bold
|
||||||
|
color article white black
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user