From: Siraaj Khandkar Date: Sat, 29 Feb 2020 21:43:45 +0000 (-0500) Subject: Reduce dunst normal-dpi font size to 12 from 14 X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=3b425771521b1ee11325942300fff1d12285c789 Reduce dunst normal-dpi font size to 12 from 14 --- diff --git a/home/bin/dunst_dpi_norm b/home/bin/dunst_dpi_norm index ca483cb..e78a878 100755 --- a/home/bin/dunst_dpi_norm +++ b/home/bin/dunst_dpi_norm @@ -1,3 +1,3 @@ #! /bin/sh -dunst -geometry '400x80-0+30' -font 'Terminus 14' +dunst -geometry '400x80-0+30' -font 'Terminus 12'