From c7800eff74ffd0cf16788af4f9b0ee00a534be40 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 25 Jan 2026 17:41:38 -0600 Subject: feat(dotfiles): add Berkeley Mono Nerd Font and update waybar Add patched Berkeley Mono Nerd Font files with icon glyphs. Update waybar style.css to use BerkeleyMono Nerd Font. --- dotfiles/hyprland/.config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/hyprland/.config/waybar/style.css') diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css index f458c82..88dd0f8 100644 --- a/dotfiles/hyprland/.config/waybar/style.css +++ b/dotfiles/hyprland/.config/waybar/style.css @@ -6,7 +6,7 @@ border-radius: 0; font-size: 14px; min-height: 0; - font-family: "JetBrainsMono Nerd Font", "Berkeley Mono", monospace; + font-family: "BerkeleyMono Nerd Font", "Berkeley Mono", monospace; } window#waybar { -- cgit v1.2.3