kropeczki dla ncmpcpp
This commit is contained in:
parent
ceae5e25d2
commit
ed46e3b4dd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# vim: filetype=conf
|
||||
|
||||
ncmpcpp_directory = "~/.config/ncmpcpp"
|
||||
# lyrics_directory = "~/.local/share/lyrics"
|
||||
lyrics_directory = "~/.local/share/lyrics"
|
||||
mpd_music_dir = "~/m"
|
||||
message_delay_time = "1"
|
||||
visualizer_type = "spectrum"
|
||||
|
|
|
@ -9,7 +9,7 @@ ln --force --symbolic $BASEDIR/.zshenv $HOME/.zshenv
|
|||
mkdir -p "${XDG_CONFIG_HOME}"
|
||||
mkdir -p "${XDG_DATA_HOME}"
|
||||
|
||||
INSTALL_CONFIGS=(dunst git i3 i3blocks lf mpd picom redshift rofi tmux x11 zsh)
|
||||
INSTALL_CONFIGS=(dunst git i3 i3blocks lf ncmpcpp mpd picom redshift rofi tmux x11 zsh)
|
||||
for f in $INSTALL_CONFIGS ; do
|
||||
echo "Installing config for ${f}..."
|
||||
rm -rf ${XDG_CONFIG_HOME}/${f} > /dev/null 2>&1
|
||||
|
|
Loading…
Reference in a new issue