Skip to content
Gennady Koshkin edited this page Sep 3, 2020 · 1 revision

Frequently Asked Questions

Tmux

Configuration

Modules

module_left_1="#(whoami)"
module_left_2="%R %a"

module_right_1="#(ip route get 1 | awk '{print $7}')"
module_right_2="#H"

Separators

  1. Slanted

slanted tmux theme

separator_left="\ue0bc"
separator_right="\ue0ba"

subseparator_left="\ue0bb"
subseparator_right="\ue0bd"
  1. Rounded

rounded tmux theme

separator_left="\ue0b4"
separator_right="\ue0b6"

subseparator_left="\ue0b5"
subseparator_right="\ue0b7"
  1. Powerline

powerline tmux theme

separator_left="\ue0b0"
separator_right="\ue0b2"

subseparator_left="\ue0b1"
subseparator_right="\ue0b3"

Switching between themes

To use the other theme you must remove or comment out initialization of the previously used theme.

Minimal theme:

#source-file "$HOME/.tmux/iceberg.tmux.conf"
source-file "$HOME/.tmux/iceberg_minimal.tmux.conf"

Powerline-powered theme:

source-file "$HOME/.tmux/iceberg.tmux.conf"
#source-file "$HOME/.tmux/iceberg_minimal.tmux.conf"