diff --git a/hyprland/.config/dunst/dunstrc b/hyprland/.config/dunst/dunstrc index 3c0eff4f..02f8b39e 100644 --- a/hyprland/.config/dunst/dunstrc +++ b/hyprland/.config/dunst/dunstrc @@ -17,7 +17,7 @@ ## MISC CONFIGURATION always_run_script = true # Runs scripts for rules even if they're hidden browser = xdg-open - dmenu = /usr/bin/rofi -dmenu -p dunst: + dmenu = /usr/bin/wofi --dmenu -p dunst: ## WINDOW CONFIGURATION title = Dunst @@ -31,8 +31,8 @@ # COLORS # Note that rules defined later on can and will override these # All colors must be quoted so as to not misinterpret as comments - background= "#fbf1c7" # Background of the notification - frame_color = "#f2e5bc" + background= "#fbf1c7cc" # Background of the notification + frame_color = "#f2e5bccc" separator_color = frame foreground = "#3c3836" # Font color, for body and title highlight = "#b8bb26" # Progress bars @@ -40,10 +40,11 @@ width = 400 height = 300 offset = 8x8 # This takes into account any bars - corner_radius = 0 + corner_radius = 8 transparency = 0 # PROGRESS BAR progress_bar = true + progress_bar_corner_radius = 8 progress_bar_horizontal_alignment = left progress_bar_frame_width = 2 progress_bar_height = 8 @@ -60,6 +61,7 @@ # ICONS icon_path = /usr/share/icons/Papirus-Light/48x48/status/:/usr/share/icons/Papirus-Light/48x48/devices/:/usr/share/icons/Papirus-Light/48x48/apps icon_position = right + icon_corner_radius = 8 max_icon_size = 48 [urgency_critical]