Replace Ubuntu Mono with JetBrains Mono
It doesn't really make sense to have two different fonts used in different places around the UI. Sticking to one is more convenient and looks better.
This commit is contained in:
parent
a6cab9405c
commit
d4a616275e
|
@ -60,10 +60,10 @@ in
|
|||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-emoji
|
||||
(nerdfonts.override { fonts = [ "UbuntuMono" "JetBrainsMono" "NerdFontsSymbolsOnly" ]; })
|
||||
jetbrains-mono
|
||||
(nerdfonts.override { fonts = [ "JetBrainsMono" "NerdFontsSymbolsOnly" ]; })
|
||||
font-awesome
|
||||
emacs-all-the-icons-fonts
|
||||
ubuntu_font_family
|
||||
source-sans-pro
|
||||
];
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
services.mako = {
|
||||
enable = true;
|
||||
|
||||
font = "UbuntuMono Light 11";
|
||||
font = "JetBrainsMono Nerd Font 10";
|
||||
format = ''<i>%a</i>\n<b>%s</b>\n\n%b'';
|
||||
layer = "overlay";
|
||||
backgroundColor = "#111320d0";
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
indicator
|
||||
screenshots
|
||||
|
||||
font=UbuntuMono
|
||||
font=JetBrainsMono
|
||||
text-color=ffffff
|
||||
|
||||
color=00000000
|
||||
|
@ -26,7 +26,7 @@
|
|||
|
||||
|
||||
clock
|
||||
datestr=%A, %Y-%m-%d
|
||||
datestr=%a, %Y-%m-%d
|
||||
|
||||
effect-scale=0.4
|
||||
effect-vignette=0.3:0.7
|
||||
|
|
Loading…
Reference in a new issue