From d5b0b46efcd229a2ecaa360070ab9f4e4e696df9 Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 12 Nov 2024 22:49:39 +0100 Subject: [PATCH] dunst icons round --- desktopenvs/hyprland/dunst/dunstrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktopenvs/hyprland/dunst/dunstrc b/desktopenvs/hyprland/dunst/dunstrc index 20793b9..dc2970b 100644 --- a/desktopenvs/hyprland/dunst/dunstrc +++ b/desktopenvs/hyprland/dunst/dunstrc @@ -71,8 +71,8 @@ # is set to 0 this option will be ignored. progress_bar_corners = all - # Corner radius for the icon image. - icon_corner_radius = 20 + # Corner radius for the image. + icon_corner_radius = 23 # Define which corners to round when drawing the icon image. If icon_corner_radius # is set to 0 this option will be ignored. @@ -218,7 +218,7 @@ enable_recursive_icon_lookup = true # Set icon theme (only used for recursive icon lookup) - icon_theme = Adwaita + icon_theme = "Adwaita, breeze" # You can also set multiple icon themes, with the leftmost one being used first. # icon_theme = "Adwaita, breeze"