Browse Source

some small dunst tweak

pull/8/head
JaKooLit 2 years ago
parent
commit
1d04a76bd0
  1. 2
      config/dunst/styles/dunstrc-dark
  2. 2
      config/dunst/styles/dunstrc-light
  3. 2
      config/hypr/scripts/DarkLight.sh

2
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.

2
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.

2
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"

Loading…
Cancel
Save