diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-03 10:27:00 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-03 10:27:00 +0900 |
| commit | 1d04a76bd093c1a6c504b65861828ff3453093aa (patch) | |
| tree | 9adaf74103110dbdc0238dbc862a1898170d5f49 | |
| parent | d3aeb060dfd97fc8421001469f0a68289dd1b5b3 (diff) | |
some small dunst tweak
| -rwxr-xr-x | config/dunst/styles/dunstrc-dark | 2 | ||||
| -rwxr-xr-x | config/dunst/styles/dunstrc-light | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/DarkLight.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/dunst/styles/dunstrc-dark b/config/dunst/styles/dunstrc-dark index ef1c8644..961afb22 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 e738d22e..935eb681 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 c7db9280..86c1f111 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" |
