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. --- .../.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 4 files changed, 0 insertions(+), 0 deletions(-) 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/system') 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