From d882c3294eda6a34e2a43c646a98cff1eb76f847 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Fri, 19 Mar 2021 17:00:03 -0400 Subject: [PATCH] Change sound path --- .config/dunst/dunstrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index cef39a0..9aac2f7 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -1,6 +1,5 @@ [global] - font = Liberation Sans 9 - + font = Liberation Sans 9 # allow a small subset of html markup: # bold # italic @@ -183,4 +182,4 @@ [play_sound] summary = "*" - script = /home/dogeystamp/dox/scr/notification-sound.sh + script = /home/dogeystamp/.local/bin/notification-sound.sh