Skip to content

Instantly share code, notes, and snippets.

@joshmedeski
Last active March 18, 2021 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshmedeski/3c93f720fbbf1c1241f96d4f68cf4417 to your computer and use it in GitHub Desktop.
Save joshmedeski/3c93f720fbbf1c1241f96d4f68cf4417 to your computer and use it in GitHub Desktop.
TMUX OS Specific status-right
# macOS (with Nerd Font)
set -g status-right "#[fg=white,bold,bg=default]%l:%M %a, %b %d "
set -ga status-right "#[fg=black,bold,bg=white]  "
# linux/popOS (with Nerd Font)
set -g status-right "#[fg=cyan,bold,bg=default]%l:%M %a, %b %d "
set -ga status-right "#[fg=black,bold,bg=cyan]  "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment