Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion polybar/.config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down
2 changes: 1 addition & 1 deletion starship/.config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
2 changes: 1 addition & 1 deletion zshrc/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down