From baf8ece1a3ab18738d705d1dcb354692b0a903fd Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sat, 11 Feb 2023 19:09:46 -0500 Subject: [PATCH] fixed mpd ref --- scripts/mpd/mpd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mpd/mpd.sh b/scripts/mpd/mpd.sh index 68a25c0..7bdbf75 100755 --- a/scripts/mpd/mpd.sh +++ b/scripts/mpd/mpd.sh @@ -21,7 +21,7 @@ if [[ -n "$1" ]] ; then theme="$1" fi -theme="$HOME/.config/rofi/launchers/mpd/$theme/$style" +theme="$HOME/.config/rofi/scripts/mpd/$theme/$style" # Theme Elements status="`mpc status`"