From feb52a1bd711708bb1f3325411553a0dd2dd4fa7 Mon Sep 17 00:00:00 2001 From: uku Date: Fri, 13 Dec 2024 14:46:22 +0100 Subject: [PATCH] chore(desktop): remove some useless fonts --- configs/desktop.nix | 3 --- programs/waybar/style.css | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/configs/desktop.nix b/configs/desktop.nix index 613729e..3b535d1 100644 --- a/configs/desktop.nix +++ b/configs/desktop.nix @@ -55,12 +55,9 @@ fonts = { packages = with pkgs; [ cantarell-fonts - inter iosevka-bin jetbrains-mono twitter-color-emoji - - nerd-fonts.jetbrains-mono ]; fontconfig.defaultFonts = { diff --git a/programs/waybar/style.css b/programs/waybar/style.css index 47b5dfd..ba3d7dc 100644 --- a/programs/waybar/style.css +++ b/programs/waybar/style.css @@ -31,7 +31,7 @@ @define-color rosewater #f4dbd6; * { - font-family: JetbrainsMono Nerd Font, sans-serif; + font-family: Jetbrains Mono, sans-serif; font-size: 12px; } @@ -161,4 +161,4 @@ button:hover { #tray>.needs-attention { -gtk-icon-effect: highlight; background-color: #eb4d4b; -} \ No newline at end of file +}