summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/themes/dupre
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-26 10:04:23 -0600
committerCraig Jennings <c@cjennings.net>2026-01-26 10:04:23 -0600
commiteecac483b30be018e5710cb59efdb298070af17e (patch)
tree265d014dc51adfd256796fec1c0b2c598365d4a5 /dotfiles/hyprland/.config/themes/dupre
parent2a0d041b7f56d062d561b0f60d49f019af8194c6 (diff)
feat(themes): standardize fonts and add hy3 tab bar themingHEADmain
- Standardize font to BerkeleyMono Nerd Font size 13pt across configs - Add unit comments (points vs pixels) to font settings - Add hy3 tab bar colors to set-theme for dupre and hudson themes - Add GTK file chooser sort-directories-first to archsetup - Update todo.org with completed tasks and new test task
Diffstat (limited to 'dotfiles/hyprland/.config/themes/dupre')
-rw-r--r--dotfiles/hyprland/.config/themes/dupre/Xresources5
-rw-r--r--dotfiles/hyprland/.config/themes/dupre/dunstrc4
-rw-r--r--dotfiles/hyprland/.config/themes/dupre/foot.ini2
-rw-r--r--dotfiles/hyprland/.config/themes/dupre/fuzzel.ini3
-rw-r--r--dotfiles/hyprland/.config/themes/dupre/waybar.css1
5 files changed, 9 insertions, 6 deletions
diff --git a/dotfiles/hyprland/.config/themes/dupre/Xresources b/dotfiles/hyprland/.config/themes/dupre/Xresources
index d149a72..be8f7f4 100644
--- a/dotfiles/hyprland/.config/themes/dupre/Xresources
+++ b/dotfiles/hyprland/.config/themes/dupre/Xresources
@@ -62,7 +62,8 @@ Emacs*toolBar: 0
!! ============================================================================
!! ST (suckless terminal) settings
-st.font: BerkeleyMono Nerd Font:size=12
+!! size is in points (fontconfig syntax)
+st.font: BerkeleyMono Nerd Font:size=13
st.background: theme_bg
st.foreground: theme_fg
st.color0: theme_black
@@ -83,7 +84,7 @@ st.color14: theme_br_cyan
st.color15: theme_br_white
!! XTerm settings
-XTerm*faceName: BerkeleyMono Nerd Font:size=12
+XTerm*faceName: BerkeleyMono Nerd Font:size=13
XTerm*selectToClipboard: true
XTerm*background: theme_bg
XTerm*foreground: theme_fg
diff --git a/dotfiles/hyprland/.config/themes/dupre/dunstrc b/dotfiles/hyprland/.config/themes/dupre/dunstrc
index 104df28..12ffac0 100644
--- a/dotfiles/hyprland/.config/themes/dupre/dunstrc
+++ b/dotfiles/hyprland/.config/themes/dupre/dunstrc
@@ -26,8 +26,8 @@ foreground = "#f0fef0"
frame_color = "#d7af5f"
highlight = "#d7af5f, #ccc768"
-# Text
-font = BerkeleyMono Nerd Font 11
+# Text (size in points, Pango syntax)
+font = BerkeleyMono Nerd Font 13
markup = full
format = "<small>%a</small>\n<b>%s</b>\n%b"
alignment = left
diff --git a/dotfiles/hyprland/.config/themes/dupre/foot.ini b/dotfiles/hyprland/.config/themes/dupre/foot.ini
index 8837f92..8fe19b3 100644
--- a/dotfiles/hyprland/.config/themes/dupre/foot.ini
+++ b/dotfiles/hyprland/.config/themes/dupre/foot.ini
@@ -3,7 +3,7 @@
[main]
term=xterm-256color
-font=Berkeley Mono:size=14
+font=BerkeleyMono Nerd Font:size=13
pad=8x8
[scrollback]
diff --git a/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini b/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini
index 64711b8..f00ac8a 100644
--- a/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini
+++ b/dotfiles/hyprland/.config/themes/dupre/fuzzel.ini
@@ -2,7 +2,8 @@
# Warm, earthy colors from dupre-theme.el
[main]
-font=BerkeleyMono Nerd Font:size=14
+# size is in points (fontconfig syntax)
+font=BerkeleyMono Nerd Font:size=13
prompt=Search:
icon-theme=hicolor
icons-enabled=yes
diff --git a/dotfiles/hyprland/.config/themes/dupre/waybar.css b/dotfiles/hyprland/.config/themes/dupre/waybar.css
index 4bd0052..e83f851 100644
--- a/dotfiles/hyprland/.config/themes/dupre/waybar.css
+++ b/dotfiles/hyprland/.config/themes/dupre/waybar.css
@@ -4,6 +4,7 @@
* {
border: none;
border-radius: 0;
+ /* CSS uses pixels, not points (13pt ≈ 17px at 96 DPI) */
font-size: 14px;
min-height: 0;
font-family: "BerkeleyMono Nerd Font", "Berkeley Mono", monospace;