9 lines
297 B
Plaintext
9 lines
297 B
Plaintext
# vim:set ft=tmux:
|
|
%hidden MODULE_NAME="directory"
|
|
|
|
set -ogq "@catppuccin_${MODULE_NAME}_icon" " "
|
|
set -ogqF "@catppuccin_${MODULE_NAME}_color" "#{E:@thm_rosewater}"
|
|
set -ogq "@catppuccin_${MODULE_NAME}_text" " #{b:pane_current_path}"
|
|
|
|
source -F "#{d:current_file}/../utils/status_module.conf"
|