From aaa56a9a087bf15de01673bd33a66b14f1b67788 Mon Sep 17 00:00:00 2001 From: ObeseTermite Date: Wed, 23 Apr 2025 12:44:44 -0700 Subject: [PATCH] updated install with missing dependency, and changed ncmpcppconfig to point to the correct directory --- install | 2 +- ncmpcppconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index eede165..3c00876 100755 --- a/install +++ b/install @@ -1,4 +1,4 @@ -sudo pacman -S i3 mpd ncmpcpp flameshot network-manager-applet ttf-font-awesome pipewire-pulse dunst pkgfile xclip cowsay fortune-mod --needed --noconfirm +sudo pacman -S i3 mpd ncmpcpp flameshot network-manager-applet ttf-font-awesome pipewire-pulse dunst pkgfile xclip cowsay fortune-mod mpc --needed --noconfirm yay -S light --needed --noconfirm mkdir -p ~/.config/i3 diff --git a/ncmpcppconfig b/ncmpcppconfig index 86e0e25..e3f77ae 100644 --- a/ncmpcppconfig +++ b/ncmpcppconfig @@ -1 +1 @@ -execute_on_song_change = ~/.bin/songinfo +execute_on_song_change = ~/.dotfiles/bin/songinfo