Minor update to dunstrc

Add note that this file is part of my dotfiles.  Make the font size "10"
instead of "10.5".
This commit is contained in:
Protesilaos Stavrou 2019-04-05 23:08:05 +03:00
parent c96397c778
commit 27bce464f0
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -1,16 +1,15 @@
# vi: ft=cfg
#
# dunst configuration file. Part of my dotfiles:
# https://gitlab.com/protesilaos/dotfiles
#
# NOTE default configuration file on Debian is available at:
# /usr/share/doc/dunst/dunstrc.gz
# This files preserves some of the original comments, but removes parts
# that are considered surplus to my requirements.
[global]
# NOTE uses the fontconfig default, see the 'font' directory of my
# dotfiles https://gitlab.com/protesilaos/dotfiles
# The size of the font should be the same as the one defined in
# /dotfiles/bin/.local/share/my_custom_ui_font.sh
font = "sans 10.5"
font = "sans 10"
frame_width = 1
frame_color = "#232323"