From 997b83d3af0e8a40d367215507f85e2e823b8668 Mon Sep 17 00:00:00 2001 From: MocLG Date: Tue, 16 Dec 2025 17:03:48 +0100 Subject: [PATCH 1/3] Update mise activation command in .zshrc Fix mise command failing due to invalid path to it. We should use global mise because ~/.local/bin/mise does not exist or is rare to come upon --- zshrc/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc/.zshrc b/zshrc/.zshrc index 168deabe..cf72d3ff 100644 --- a/zshrc/.zshrc +++ b/zshrc/.zshrc @@ -17,7 +17,7 @@ setopt inc_append_history source <(fzf --zsh) export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$HOME/.local/share/omarchy/bin:$PATH" -eval "$(~/.local/bin/mise activate zsh)" +eval "$(mise activate zsh)" new_tmux () { session_dir=$(zoxide query --list | fzf) From 4947c932475738c3ea1bcfe94c0ea53f3162909a Mon Sep 17 00:00:00 2001 From: MocLG Date: Tue, 16 Dec 2025 17:05:30 +0100 Subject: [PATCH 2/3] Fix vimcmd_symbol color in starship configuration creem->green --- starship/.config/starship.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starship/.config/starship.toml b/starship/.config/starship.toml index 9f2d39ee..5f71cd04 100644 --- a/starship/.config/starship.toml +++ b/starship/.config/starship.toml @@ -184,7 +184,7 @@ disabled = false disabled = false success_symbol = '[](bold fg:green)' error_symbol = '[](bold fg:red)' -vimcmd_symbol = '[](bold fg:creen)' +vimcmd_symbol = '[](bold fg:green)' vimcmd_replace_one_symbol = '[](bold fg:purple)' vimcmd_replace_symbol = '[](bold fg:purple)' vimcmd_visual_symbol = '[](bold fg:lavender)' From 04ff36e66357b7161eb809e1cd8ccc138bfd5ec6 Mon Sep 17 00:00:00 2001 From: MocLG Date: Tue, 16 Dec 2025 17:08:11 +0100 Subject: [PATCH 3/3] Fix label-active-underline color in config.ini lauve->mauve --- polybar/.config/polybar/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polybar/.config/polybar/config.ini b/polybar/.config/polybar/config.ini index 7dd7d025..fdb14b56 100644 --- a/polybar/.config/polybar/config.ini +++ b/polybar/.config/polybar/config.ini @@ -108,7 +108,7 @@ type = internal/xworkspaces label-active = %name% label-active-background = ${colors.mauve} label-active-foreground = ${colors.crust} -label-active-underline= ${colors.lauve} +label-active-underline= ${colors.mauve} label-active-padding = 1 label-occupied = %name%