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