pinwheel: Switch font to JetBrains Mono

This commit is contained in:
Alexander Heldt
2023-11-05 20:37:42 +01:00
parent 8908bbebab
commit 045e6e5421
5 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ let
bmr = pkgs.writeShellScript "bmr" '' bmr = pkgs.writeShellScript "bmr" ''
${pkgs.bemenu}/bin/bemenu-run \ ${pkgs.bemenu}/bin/bemenu-run \
--fn 'DejaVuSansM Nerd Font Mono 16' \ --fn 'JetBrainsMono Nerd Font Mono 16' \
--hp 10 \ --hp 10 \
--line-height 38 \ --line-height 38 \
--cw 12 \ --cw 12 \

View File

@@ -13,7 +13,7 @@
origin = "top-right"; origin = "top-right";
transparency = 10; transparency = 10;
frame_color = "#${config.lib.colors.foreground-dim}"; frame_color = "#${config.lib.colors.foreground-dim}";
font = "DejaVuSansM Nerd Font Mono 14"; font = "JetBrainsMono Nerd Font Mono 14";
}; };
urgency_low = { urgency_low = {

View File

@@ -125,7 +125,7 @@
#+END_SRC #+END_SRC
** Font ** Font
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(add-to-list 'default-frame-alist '(font . "DejaVuSansM Nerd Font Mono 16")) (add-to-list 'default-frame-alist '(font . "JetBrainsMono Nerd Font Mono"))
#+END_SRC #+END_SRC
** Icons ** Icons
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp

View File

@@ -19,7 +19,7 @@ in
settings = { settings = {
main = { main = {
term = "xterm-256color"; term = "xterm-256color";
font = "DejaVuSansM Nerd Font Mono:size=14"; font = "JetBrainsMono Nerd Font Mono:size=14";
}; };
}; };
}; };

View File

@@ -232,7 +232,7 @@ in
style = '' style = ''
* { * {
font-family: 'DejaVuSansM Nerd Font Mono'; font-family: 'JetBrainsMono Nerd Font Mono';
font-size: 22px; font-size: 22px;
} }