mirror of
https://github.com/jimeh/tmux-themepack.git
synced 2026-02-19 11:16:43 +00:00
Allows a higher-level prefixes and suffixes by allowing it directly on `@theme-*` options, which are what are set directly against Tmux's options. These are the prefix/suffix options added: - `@theme-status-left-prefix` - `@theme-status-left-suffix` - `@theme-status-right-prefix` - `@theme-status-right-suffix` - `@theme-window-status-current-prefix` - `@theme-window-status-current-suffix` - `@theme-window-status-prefix` - `@theme-window-status-suffix` As they are applied on the highest level, it means they work on ALL themes, including the `default` theme. The `@themepack-*` prefix/suffix options still work too, but only for themes that uses them and have three separate text areas on the left and right status.
12 lines
533 B
Plaintext
12 lines
533 B
Plaintext
# Themepack format options
|
|
set -goq @themepack-status-left-area-left-format "#S"
|
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
set -goq @themepack-status-right-area-right-format "#H"
|
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
set -goq @themepack-window-status-format "#I:#W#F"
|
|
|
|
#= include "_themepack-options-affixes"
|