summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/dunst/dunstrc2
-rwxr-xr-x.local/bin/ref-newsboat.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index 45b7f00..df3d13d 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -24,7 +24,7 @@
sort = yes
idle_threshold = 120
- font = NotoSans 14
+ font = NotoSans Nerd Font 14
line_height = 0
markup = full
diff --git a/.local/bin/ref-newsboat.pl b/.local/bin/ref-newsboat.pl
index 70e2955..6298907 100755
--- a/.local/bin/ref-newsboat.pl
+++ b/.local/bin/ref-newsboat.pl
@@ -33,7 +33,7 @@ sub main
NOTIFY_SEND_PATH,
'-u',
'low',
- 'newsboat',
+ ' newsboat',
$stdout . ' new articles'
);
}