Path Widget - janoamaral/tokyo-night-tmux GitHub Wiki

About

image

View the present location within the file system.

Configuration

This widget is not enabled by default. To change the visibility add this to your .tmux.conf file

set -g @tokyo-night-tmux_show_path 0 # use 0 to disable
set -g @tokyo-night-tmux_show_path 1 # or use 1 to enable

Format

Change the type path

set -g @tokyo-night-tmux_path_format <type>

The type can be

  • relative: Shows path relative to home, e.g.: ~/Downloads
  • full: Shows the full path from root, e.g.: /home/user/Downloads
⚠️ **GitHub.com Fallback** ⚠️