aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 17:39:45 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 17:39:45 -0600
commit604186dbf250ac7e807b54735511d055bb9770fb (patch)
tree69cbb26f415b980f3af406c9e2199f7e121e79da /dotfiles
parent2f241aa1aa8e1abebf58f6001f4c12914cc2870a (diff)
downloadarchsetup-604186dbf250ac7e807b54735511d055bb9770fb.tar.gz
archsetup-604186dbf250ac7e807b54735511d055bb9770fb.zip
feat(dunst): remove border and match font size to waybar
Set frame_width to 0 (no border) and font size from 13 to 14 in both dupre and hudson theme dunstrc files, matching waybar's 14px text size. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/hyprland/.config/themes/dupre/dunstrc4
-rw-r--r--dotfiles/hyprland/.config/themes/hudson/dunstrc4
2 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/hyprland/.config/themes/dupre/dunstrc b/dotfiles/hyprland/.config/themes/dupre/dunstrc
index 12ffac0..642e101 100644
--- a/dotfiles/hyprland/.config/themes/dupre/dunstrc
+++ b/dotfiles/hyprland/.config/themes/dupre/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 = "#d7af5f"
highlight = "#d7af5f, #ccc768"
# Text (size in points, Pango syntax)
-font = BerkeleyMono Nerd Font 13
+font = BerkeleyMono Nerd Font 14
markup = full
format = "<small>%a</small>\n<b>%s</b>\n%b"
alignment = left
diff --git a/dotfiles/hyprland/.config/themes/hudson/dunstrc b/dotfiles/hyprland/.config/themes/hudson/dunstrc
index 2cbf0e6..c1ea6fa 100644
--- a/dotfiles/hyprland/.config/themes/hudson/dunstrc
+++ b/dotfiles/hyprland/.config/themes/hudson/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 14
markup = full
format = "<small>%a</small>\n<b>%s</b>\n%b"
alignment = left