diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-24 00:28:53 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-24 00:28:53 +0900 |
| commit | e6b5ab06123c41a47611b610ef2bb42694c23600 (patch) | |
| tree | eb9ce83d3de02e874f6958f5c357a907f7457cb5 /config/dunst | |
| parent | 5fb893f550ad7bc1ffdd65706049884ef9e614c2 (diff) | |
dunst font and Dark Light script correction
Diffstat (limited to 'config/dunst')
| -rwxr-xr-x | config/dunst/styles/dunstrc-dark | 2 | ||||
| -rwxr-xr-x | config/dunst/styles/dunstrc-light | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/dunst/styles/dunstrc-dark b/config/dunst/styles/dunstrc-dark index 961afb22..c7fa3903 100755 --- a/config/dunst/styles/dunstrc-dark +++ b/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. diff --git a/config/dunst/styles/dunstrc-light b/config/dunst/styles/dunstrc-light index 935eb681..2ba902de 100755 --- a/config/dunst/styles/dunstrc-light +++ b/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. |
