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 +- .../.local/share/fonts/BerkeleyMonoNerdFont-Bold.ttf | Bin 0 -> 2294328 bytes .../share/fonts/BerkeleyMonoNerdFont-BoldItalic.ttf | Bin 0 -> 2295172 bytes .../share/fonts/BerkeleyMonoNerdFont-Italic.ttf | Bin 0 -> 2294116 bytes .../share/fonts/BerkeleyMonoNerdFont-Regular.ttf | Bin 0 -> 2293800 bytes 5 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Bold.ttf create mode 100644 dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.ttf create mode 100644 dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Italic.ttf create mode 100644 dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Regular.ttf (limited to 'dotfiles') 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 { diff --git a/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Bold.ttf b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Bold.ttf new file mode 100644 index 0000000..2f76c1f Binary files /dev/null and b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Bold.ttf differ diff --git a/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.ttf b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.ttf new file mode 100644 index 0000000..03cf72f Binary files /dev/null and b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.ttf differ diff --git a/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Italic.ttf b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Italic.ttf new file mode 100644 index 0000000..be5694d Binary files /dev/null and b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Italic.ttf differ diff --git a/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Regular.ttf b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Regular.ttf new file mode 100644 index 0000000..a39f1da Binary files /dev/null and b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Regular.ttf differ -- cgit v1.2.3