diff --git a/config/dunst/styles/dunstrc-dark b/config/dunst/styles/dunstrc-dark index ef1c864..961afb2 100755 --- a/config/dunst/styles/dunstrc-dark +++ b/config/dunst/styles/dunstrc-dark @@ -92,7 +92,7 @@ ### Text ### - font = Fantasque Sans Mono 15 + font = Monospace 12 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. diff --git a/config/dunst/styles/dunstrc-light b/config/dunst/styles/dunstrc-light index e738d22..935eb68 100755 --- a/config/dunst/styles/dunstrc-light +++ b/config/dunst/styles/dunstrc-light @@ -92,7 +92,7 @@ ### Text ### - font = Fantasque Sans Mono 15 + font = Monospace 12 # The spacing between lines. If the height is smaller than the # font height, it will get raised to the font height. diff --git a/config/hypr/scripts/DarkLight.sh b/config/hypr/scripts/DarkLight.sh index c7db928..86c1f11 100755 --- a/config/hypr/scripts/DarkLight.sh +++ b/config/hypr/scripts/DarkLight.sh @@ -39,7 +39,7 @@ path_param=$(echo $next_mode | sed 's/.*/\u&/') notify_user "$next_mode" ln -sf "${waybar_config}/style/style-${next_mode}.css" "${waybar_config}/style.css" -ln -sf "${dunst_config}/styles/dunstrc-${next_mode}" "${dunst_config}/styles/dunstrc" +ln -sf "${dunst_config}/styles/dunstrc-${next_mode}" "${dunst_config}/dunstrc" ln -sf "${wofi_config}/styles/style-${next_mode}.css" "${wofi_config}/style.css" gtk_theme="${next_mode}_gtk_theme"