diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 17:49:27 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 17:49:27 -0600 |
| commit | 5a63ddeb4d853a62caa46264f5a9f9bc93cd479f (patch) | |
| tree | 4470d22cdd7c0069bc90868ade73b31f6a75daa2 /dotfiles/common | |
| parent | 1f83be41aa0227730a37345662d22796c163d723 (diff) | |
| download | archsetup-5a63ddeb4d853a62caa46264f5a9f9bc93cd479f.tar.gz archsetup-5a63ddeb4d853a62caa46264f5a9f9bc93cd479f.zip | |
feat(dunst): remove border and set font to 10pt to match waybar
Set frame_width to 0 and font size to 10pt (≈13.3px) across all three
dunstrc files (common, dupre theme, hudson theme) to visually match
waybar's 14px CSS font size.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles/common')
| -rw-r--r-- | dotfiles/common/.config/dunst/dunstrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/common/.config/dunst/dunstrc b/dotfiles/common/.config/dunst/dunstrc index 2cbf0e6..f27bd33 100644 --- a/dotfiles/common/.config/dunst/dunstrc +++ b/dotfiles/common/.config/dunst/dunstrc @@ -13,7 +13,7 @@ notification_limit = 5 gap_size = 12 padding = 12 horizontal_padding = 20 -frame_width = 2 +frame_width = 0 sort = no corner_radius = 10 @@ -27,7 +27,7 @@ frame_color = "#daa520" highlight = "#daa520, #f0c674" # Text (size in points, Pango syntax) -font = BerkeleyMono Nerd Font 13 +font = BerkeleyMono Nerd Font 10 markup = full format = "<small>%a</small>\n<b>%s</b>\n%b" alignment = left |
