From 34b070d34524be3d5a796dd9f15b8150b17975a5 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 23 Feb 2024 18:12:20 -0500 Subject: [PATCH] ENH update blinken for new xmonad dir --- dot_bin/executable_blinken | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_bin/executable_blinken b/dot_bin/executable_blinken index b74ad07..a836835 100644 --- a/dot_bin/executable_blinken +++ b/dot_bin/executable_blinken @@ -7,6 +7,6 @@ fi while true; do sleep "$1" - paplay "$XDG_CONFIG_HOME/xmonad/sound/smb_powerup.wav" + paplay "$XDG_CONFIG_HOME/xmonad/assets/sound/smb_powerup.wav" notify-send 'gaze into the abyss' done