feat: add current working directory feature (#20)

This commit is contained in:
Goodwill Hacking 2024-10-30 20:03:33 -05:00 committed by GitHub
parent 4646757c9e
commit 4692ae758e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 57 additions and 0 deletions

View file

@ -39,6 +39,7 @@ light_purple=$(get_tmux_option "@tmux2k-light-purple" '#ff65c6')
declare -A plugin_colors=(
["git"]="green text"
["cpu"]="blue text"
["cwd"]="purple text"
["ram"]="light_yellow text"
["gpu"]="yellow text"
["battery"]="light_purple text"
@ -155,6 +156,7 @@ set_theme() {
plugin_colors=(
["git"]="text green"
["cpu"]="text blue"
["cwd"]="text purple"
["ram"]="text light_yellow"
["gpu"]="text yellow"
["battery"]="text light_purple"