aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-25 17:41:38 -0600
committerCraig Jennings <c@cjennings.net>2026-01-25 17:41:38 -0600
commit4cf656e069f083a80c41054cabb7097c31839b74 (patch)
tree8c6872dc4ca0daebacde052dec26bfee4dbda804
parentb013ab55a2f17e785450de73761a7eae407af755 (diff)
downloadarchsetup-4cf656e069f083a80c41054cabb7097c31839b74.tar.gz
archsetup-4cf656e069f083a80c41054cabb7097c31839b74.zip
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.
-rw-r--r--dotfiles/hyprland/.config/waybar/style.css2
-rw-r--r--dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Bold.ttfbin0 -> 2294328 bytes
-rw-r--r--dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.ttfbin0 -> 2295172 bytes
-rw-r--r--dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Italic.ttfbin0 -> 2294116 bytes
-rw-r--r--dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Regular.ttfbin0 -> 2293800 bytes
5 files changed, 1 insertions, 1 deletions
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
--- /dev/null
+++ b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Bold.ttf
Binary files 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
--- /dev/null
+++ b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-BoldItalic.ttf
Binary files 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
--- /dev/null
+++ b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Italic.ttf
Binary files 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
--- /dev/null
+++ b/dotfiles/system/.local/share/fonts/BerkeleyMonoNerdFont-Regular.ttf
Binary files differ