pinwheel: Switch font to JetBrains Mono
This commit is contained in:
@@ -4,7 +4,7 @@ let
|
||||
|
||||
bmr = pkgs.writeShellScript "bmr" ''
|
||||
${pkgs.bemenu}/bin/bemenu-run \
|
||||
--fn 'DejaVuSansM Nerd Font Mono 16' \
|
||||
--fn 'JetBrainsMono Nerd Font Mono 16' \
|
||||
--hp 10 \
|
||||
--line-height 38 \
|
||||
--cw 12 \
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
origin = "top-right";
|
||||
transparency = 10;
|
||||
frame_color = "#${config.lib.colors.foreground-dim}";
|
||||
font = "DejaVuSansM Nerd Font Mono 14";
|
||||
font = "JetBrainsMono Nerd Font Mono 14";
|
||||
};
|
||||
|
||||
urgency_low = {
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
#+END_SRC
|
||||
** Font
|
||||
#+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
|
||||
** Icons
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
||||
@@ -19,7 +19,7 @@ in
|
||||
settings = {
|
||||
main = {
|
||||
term = "xterm-256color";
|
||||
font = "DejaVuSansM Nerd Font Mono:size=14";
|
||||
font = "JetBrainsMono Nerd Font Mono:size=14";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -232,7 +232,7 @@ in
|
||||
|
||||
style = ''
|
||||
* {
|
||||
font-family: 'DejaVuSansM Nerd Font Mono';
|
||||
font-family: 'JetBrainsMono Nerd Font Mono';
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user