diff options
| author | Joe <bousset.rudy@gmail.com> | 2022-08-23 09:59:15 +0200 | 
|---|---|---|
| committer | Joe <bousset.rudy@gmail.com> | 2022-08-23 09:59:15 +0200 | 
| commit | aa38b1bac2332595910db340b1dd3ed8cf39b9da (patch) | |
| tree | 348448ab485fb2bb0696218924a7c56621d9dc03 /.config/dunst | |
| parent | update (diff) | |
| download | dotfiles-bsd-aa38b1bac2332595910db340b1dd3ed8cf39b9da.tar.gz dotfiles-bsd-aa38b1bac2332595910db340b1dd3ed8cf39b9da.tar.bz2 dotfiles-bsd-aa38b1bac2332595910db340b1dd3ed8cf39b9da.tar.xz dotfiles-bsd-aa38b1bac2332595910db340b1dd3ed8cf39b9da.tar.zst dotfiles-bsd-aa38b1bac2332595910db340b1dd3ed8cf39b9da.zip | |
ubuntumono updaste
Diffstat (limited to '')
| -rw-r--r-- | .config/dunst/dunstrc | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 89f074c..655f6b0 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -28,7 +28,7 @@      sort = yes      idle_threshold = 0 -	font = "Ubuntu Nerd Font 16" +	font = "UbuntuMono Nerd Font 17"      line_height = 0      markup = full @@ -113,9 +113,9 @@  # NOTE: It might be helpful to run dunst -print in a terminal in order  # to find fitting options for rules. -[espeak]			# >shutup -   summary = "*"	# >shutup -   script = /home/jozan/.local/bin/dunst_espeak.sh	# >shutup +#[espeak]			# >shutup +#   summary = "*"	# >shutup +#   script = /home/jozan/.local/bin/dunst_espeak.sh	# >shutup  #[script-test]  #    summary = "*script*" | 
