diff options
author | Thanos Apollo <[email protected]> | 2024-06-03 19:47:06 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-06-03 19:47:06 +0300 |
commit | 8dfe166bbfc673fdf1661288bae5e4b2e9885698 (patch) | |
tree | e5bed0762954b379447de84ac1327249dd22799b | |
parent | 91df534866b6ec4c8a6e1858e74024244ddc24b0 (diff) |
nyxt: Use ddg & iosekva font
-rw-r--r-- | .config/nyxt/default-search.lisp | 3 | ||||
-rw-r--r-- | .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.") - - |