pinwheel: Switch font to JetBrains Mono
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user