summaryrefslogtreecommitdiff
path: root/dotfiles/hyprland/.config/themes/hudson/waybar.css
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/hudson/waybar.css
parent2a0d041b7f56d062d561b0f60d49f019af8194c6 (diff)
feat(themes): standardize fonts and add hy3 tab bar theming
- 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/hudson/waybar.css')
-rw-r--r--dotfiles/hyprland/.config/themes/hudson/waybar.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/themes/hudson/waybar.css b/dotfiles/hyprland/.config/themes/hudson/waybar.css
index f9d2e4f..9056529 100644
--- a/dotfiles/hyprland/.config/themes/hudson/waybar.css
+++ b/dotfiles/hyprland/.config/themes/hudson/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;