tmux: add matugen theming
This commit is contained in:
parent
f872f2a1fe
commit
b23be17545
3 changed files with 22 additions and 0 deletions
13
stow/.config/matugen/templates/tmux.conf
Normal file
13
stow/.config/matugen/templates/tmux.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
set -g status-style "bg=default"
|
||||
set -g status-fg "{{ colors.tertiary.default.hex }}"
|
||||
set -g status-left "#[bg={{ colors.primary_container.default.hex }},fg={{ colors.on_primary_container.default.hex }}]#{?client_prefix,#[reverse]#[bg={{ colors.on_secondary_container.default.hex }}]#[fg=black]#[noreverse]} #S "
|
||||
set -g status-right "#[fg={{ colors.secondary.default.hex }}]%d/%m #[bg={{ colors.primary_container.default.hex }},fg={{ colors.on_primary_container.default.hex }}] #H "
|
||||
|
||||
# max allowed lenth for statuses to flow into
|
||||
set -g status-left-length 20
|
||||
set -g status-right-length 20
|
||||
|
||||
# tab bar
|
||||
set -g window-status-format " #I #W "
|
||||
set -g window-status-current-format " #I #W "
|
||||
set -g window-status-current-style bg={{ colors.secondary_container.default.hex }},fg={{ colors.on_secondary_container.default.hex }},bold
|
||||
Loading…
Add table
Add a link
Reference in a new issue