diff options
| -rw-r--r-- | dotfiles/hyprland/.config/themes/dupre/dunstrc | 4 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/themes/hudson/dunstrc | 4 | ||||
| -rw-r--r-- | todo.org | 2 |
3 files changed, 5 insertions, 5 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 @@ -127,7 +127,7 @@ remove the terminal+ranger keybinding and replace it with opening nautilus the bar appears to be colored straight cyan. cyan should be replaced with dupre blue. the other neutral colors should be replaced with dupre neutral colors. this will need visual inspection to ensure the right colors are chosen and don't clash in different layouts -**** TODO [#B] Remove border color from dunst notifications and make the text size match waybar's text size/ +**** DONE [#B] Remove border color from dunst notifications and make the text size match waybar's text size/ Dunst notification popups have a visible border that looks out of place. Remove or disable the border color to match the clean aesthetic. |
