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 /config/hypr/scripts | |
| parent | d3aeb060dfd97fc8421001469f0a68289dd1b5b3 (diff) | |
some small dunst tweak
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/DarkLight.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
