aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-03-06 11:05:07 +0100
committerlonkaars <loek@pipeframe.xyz>2024-03-06 11:05:07 +0100
commit961c85d568a63186a70830c288029115b7e5de57 (patch)
tree146a08cc6e4b4164675f21b15ad977885cf6ac97
parent638a714138c61a05bce07af79612edc21a0c7f59 (diff)
minor update
-rw-r--r--.config/ncmpcpp/config##template (renamed from .config/ncmpcpp/config)6
-rw-r--r--.local/share/oh-my-zsh/themes/loek.zsh-theme2
2 files changed, 5 insertions, 3 deletions
diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config##template
index 81aa4e1..9f49adf 100644
--- a/.config/ncmpcpp/config
+++ b/.config/ncmpcpp/config##template
@@ -4,8 +4,10 @@ mpd_port = "6600"
mpd_music_dir = "/mnt/e/mpd/music"
mpd_connection_timeout = "5"
mpd_crossfade_time = "1"
-ncmpcpp_directory="~/.config/ncmpcpp"
-external_editor = "$EDITOR"
+
+external_editor = "{{ env.EDITOR }}"
+ncmpcpp_directory = "{{ env.XDG_CONFIG_HOME }}/ncmpcpp"
+lyrics_directory = "{{ env.XDG_CACHE_HOME }}/lyrics"
progressbar_look = "-> "
progressbar_elapsed_color = "cyan"
diff --git a/.local/share/oh-my-zsh/themes/loek.zsh-theme b/.local/share/oh-my-zsh/themes/loek.zsh-theme
index a126a10..217b7fb 100644
--- a/.local/share/oh-my-zsh/themes/loek.zsh-theme
+++ b/.local/share/oh-my-zsh/themes/loek.zsh-theme
@@ -8,7 +8,7 @@ PROMPT=""
# only display hostname in prompt if connected over SSH
[ -n "$SSH_CLIENT" ] && PROMPT+="$INFO_COLOR%m$SEPARATOR"
PROMPT+="$INFO_COLOR%c$SEPARATOR" # working directory
-PROMPT+="$INFO_COLOR\$(git_prompt_info)\$(hg_prompt_info)" # git info (if in repo)
+PROMPT+="$INFO_COLOR\$(git_prompt_info)" # git info (if in repo)
PROMPT+="$RESET_COLOR"
ZSH_THEME_GIT_PROMPT_PREFIX="${INFO_COLOR}git "