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:
Kiana Sheibani 2023-09-21 23:33:36 -04:00
parent a6cab9405c
commit d4a616275e
3 changed files with 5 additions and 5 deletions

View file

@ -60,10 +60,10 @@ in
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
noto-fonts-emoji noto-fonts-emoji
(nerdfonts.override { fonts = [ "UbuntuMono" "JetBrainsMono" "NerdFontsSymbolsOnly" ]; }) jetbrains-mono
(nerdfonts.override { fonts = [ "JetBrainsMono" "NerdFontsSymbolsOnly" ]; })
font-awesome font-awesome
emacs-all-the-icons-fonts emacs-all-the-icons-fonts
ubuntu_font_family
source-sans-pro source-sans-pro
]; ];

View file

@ -3,7 +3,7 @@
services.mako = { services.mako = {
enable = true; enable = true;
font = "UbuntuMono Light 11"; font = "JetBrainsMono Nerd Font 10";
format = ''<i>%a</i>\n<b>%s</b>\n\n%b''; format = ''<i>%a</i>\n<b>%s</b>\n\n%b'';
layer = "overlay"; layer = "overlay";
backgroundColor = "#111320d0"; backgroundColor = "#111320d0";

View file

@ -12,7 +12,7 @@
indicator indicator
screenshots screenshots
font=UbuntuMono font=JetBrainsMono
text-color=ffffff text-color=ffffff
color=00000000 color=00000000
@ -26,7 +26,7 @@
clock clock
datestr=%A, %Y-%m-%d datestr=%a, %Y-%m-%d
effect-scale=0.4 effect-scale=0.4
effect-vignette=0.3:0.7 effect-vignette=0.3:0.7