mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-12 16:10:07 +01:00
feat: add current working directory feature (#20)
This commit is contained in:
parent
4646757c9e
commit
4692ae758e
2 changed files with 57 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue