summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-10-19 14:52:50 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-10-19 14:52:50 +0200
commit09bf7ef5f22fda241bbd0b07903ada9ca2ce8f13 (patch)
treeabdc129efefc263cd45ebdfb393e4afc6f7794d5
parentUpdated cron jobs to remove notifications (diff)
downloaddotfiles-bsd-09bf7ef5f22fda241bbd0b07903ada9ca2ce8f13.tar.gz
dotfiles-bsd-09bf7ef5f22fda241bbd0b07903ada9ca2ce8f13.tar.bz2
dotfiles-bsd-09bf7ef5f22fda241bbd0b07903ada9ca2ce8f13.tar.xz
dotfiles-bsd-09bf7ef5f22fda241bbd0b07903ada9ca2ce8f13.tar.zst
dotfiles-bsd-09bf7ef5f22fda241bbd0b07903ada9ca2ce8f13.zip
Update
-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'
);
}