From e7002aa5b47e430e0fa4acf31ed9c8db0868c126 Mon Sep 17 00:00:00 2001 From: Cheri Date: Fri, 19 Feb 2021 10:23:23 +0200 Subject: [PATCH] mpd & ncmpcpp --- .gitignore | 1 + README.md | 6 ++++-- install.sh | 1 + ncmpcpp/config | 8 ++++++++ 4 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 ncmpcpp/config diff --git a/.gitignore b/.gitignore index 0a23ec5..1a7ebe9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ nvim/.netrwhist +ncmpcpp/error.log diff --git a/README.md b/README.md index 9ff67db..5f90e08 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ What I use right now (stuff I have to install on a fresh linux install): * nemo and lf * rofi AND dmenu (weird i know) * neovim +* emacs -- Work In Progress * xreader * viewnior * copyq @@ -25,8 +26,9 @@ What I use right now (stuff I have to install on a fresh linux install): * lxqt-policykit * pavucontrol * brave -* rhythmbox -- TODO migrate to a MPD based music player -* lxapperance (optional) +* ~~rhythmbox -- TODO migrate to a MPD based music player~~ +* MPD and ncmpcpp +* lxapperance * NerdFonts * **DASH set as /bin/sh** (Arch Linux) diff --git a/install.sh b/install.sh index c330ec2..9ae8541 100755 --- a/install.sh +++ b/install.sh @@ -32,6 +32,7 @@ then goconfig sxhkd goconfig picom.conf goconfig nvim + goconfig ncmcpp goconfig lf goconfig emacs diff --git a/ncmpcpp/config b/ncmpcpp/config new file mode 100644 index 0000000..308f28a --- /dev/null +++ b/ncmpcpp/config @@ -0,0 +1,8 @@ +#### connection settings ##### +mpd_host = localhost +mpd_port = 6600 +mpd_connection_timeout = 5 +mpd_music_dir = /run/media/vibikim/WAD/Music + +execute_on_song_change = notify-send "Now Playing" "$(mpc --format '%title% \n %artist% - %album%' current)" +