From 8dfe166bbfc673fdf1661288bae5e4b2e9885698 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 3 Jun 2024 19:47:06 +0300 Subject: nyxt: Use ddg & iosekva font --- .config/nyxt/default-search.lisp | 3 ++- .config/nyxt/style.lisp | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/nyxt/default-search.lisp b/.config/nyxt/default-search.lisp index 8f286df..5f4595e 100644 --- a/.config/nyxt/default-search.lisp +++ b/.config/nyxt/default-search.lisp @@ -5,7 +5,8 @@ '("gh" "https://github.com/search?q=~a" "https://github.com") '("aa" "https://annas-archive.org/search?q=~a" "https://annas-archive.org/") '("duck" "https://duckduckgo.com/?q=~a" "https://duckduckgo.com/") - '("thanos" "https://search.thanosapollo.org/search?q=~a" "https://search.thanosapollo.org")) + ;; '("thanos" "https://search.thanosapollo.org/search?q=~a" "https://search.thanosapollo.org") + ) "List of search engines.") (define-configuration context-buffer diff --git a/.config/nyxt/style.lisp b/.config/nyxt/style.lisp index 378a06f..8a9eb7a 100644 --- a/.config/nyxt/style.lisp +++ b/.config/nyxt/style.lisp @@ -137,9 +137,7 @@ automatically, which should be good enough... for most cases."))) `(* :background-color "#000000" "!important" :background-image none "!important" :color "#ffffff" "!important" - :font-family "Jetbrains Mono" + :font-family "Iosevka Aile" :background-image none "!important!")))) :doc "Notice the use of theme:themed-css for convenient theme color injection.") - - -- cgit v1.2.3