Browse Source

dunst font and Dark Light script correction

pull/34/head
JaKooLit 2 years ago
parent
commit
e6b5ab0612
  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 = Monospace 12
font = Fira Code Medium 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 = Monospace 12
font = Fira Code Medium 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

@ -42,7 +42,7 @@ path_param=$(echo $next_mode | sed 's/.*/\u&/')
notify_user "$next_mode"
#ln -sf "${waybar_config}/style/style-pywal.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"
# Symlink for rofi theme
if [ "$next_mode" = "dark" ]; then

Loading…
Cancel
Save