From 961c85d568a63186a70830c288029115b7e5de57 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 6 Mar 2024 11:05:07 +0100 Subject: minor update --- .config/ncmpcpp/config | 30 -------------------------- .config/ncmpcpp/config##template | 32 ++++++++++++++++++++++++++++ .local/share/oh-my-zsh/themes/loek.zsh-theme | 2 +- 3 files changed, 33 insertions(+), 31 deletions(-) delete mode 100644 .config/ncmpcpp/config create mode 100644 .config/ncmpcpp/config##template diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config deleted file mode 100644 index 81aa4e1..0000000 --- a/.config/ncmpcpp/config +++ /dev/null @@ -1,30 +0,0 @@ -mpd_host = "127.0.0.1" -mpd_port = "6600" -#mpd_host = "/mnt/e/mpd/socket" -mpd_music_dir = "/mnt/e/mpd/music" -mpd_connection_timeout = "5" -mpd_crossfade_time = "1" -ncmpcpp_directory="~/.config/ncmpcpp" -external_editor = "$EDITOR" - -progressbar_look = "-> " -progressbar_elapsed_color = "cyan" -progressbar_color = "black" -playlist_display_mode = "classic" -autocenter_mode = "yes" -centered_cursor = "yes" -user_interface = "alternative" - -header_visibility = "no" -statusbar_visibility = "no" -titles_visibility = "no" - -state_flags_color = blue -main_window_color = white -current_item_prefix = $(magenta)$r -song_columns_list_format = (20)[]{a} (6f)[blue]{NE} (50)[white]{t|f:Title} (20)[blue]{} (7f)[magenta]{l} -song_list_format = " {{%a - %t}|{%f}}{$R%l} " -window_border_color = blue - -now_playing_prefix = "$b$6" -now_playing_suffix = "$/b$9" diff --git a/.config/ncmpcpp/config##template b/.config/ncmpcpp/config##template new file mode 100644 index 0000000..9f49adf --- /dev/null +++ b/.config/ncmpcpp/config##template @@ -0,0 +1,32 @@ +mpd_host = "127.0.0.1" +mpd_port = "6600" +#mpd_host = "/mnt/e/mpd/socket" +mpd_music_dir = "/mnt/e/mpd/music" +mpd_connection_timeout = "5" +mpd_crossfade_time = "1" + +external_editor = "{{ env.EDITOR }}" +ncmpcpp_directory = "{{ env.XDG_CONFIG_HOME }}/ncmpcpp" +lyrics_directory = "{{ env.XDG_CACHE_HOME }}/lyrics" + +progressbar_look = "-> " +progressbar_elapsed_color = "cyan" +progressbar_color = "black" +playlist_display_mode = "classic" +autocenter_mode = "yes" +centered_cursor = "yes" +user_interface = "alternative" + +header_visibility = "no" +statusbar_visibility = "no" +titles_visibility = "no" + +state_flags_color = blue +main_window_color = white +current_item_prefix = $(magenta)$r +song_columns_list_format = (20)[]{a} (6f)[blue]{NE} (50)[white]{t|f:Title} (20)[blue]{} (7f)[magenta]{l} +song_list_format = " {{%a - %t}|{%f}}{$R%l} " +window_border_color = blue + +now_playing_prefix = "$b$6" +now_playing_suffix = "$/b$9" 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 " -- cgit v1.2.3