Compare commits
6 commits
release/v2
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d23f35e9de | ||
![]() |
4f9b6dfb1d | ||
![]() |
c7653229c7 | ||
![]() |
65d5df0909 | ||
![]() |
973e696836 | ||
![]() |
245e31430f |
3 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ Add plugin at the top list of TPM plugins list in `.tmux.conf` and select desire
|
|||
set -g @plugin 'tmux-plugins/tpm' # mandatory
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible' # optional recommended
|
||||
|
||||
set -g @plugin 'egel/tmux-gruvbox'
|
||||
set -g @plugin 'https://git.k4li.de/mirrors/tmux-gruvbox'
|
||||
# set desired theme options...
|
||||
set -g @tmux-gruvbox 'dark' # or 'dark256', 'light', 'light256'
|
||||
|
||||
|
|
|
@ -23,10 +23,10 @@ readonly TMUX_GRUVBOX_RIGHT_STAUTS_Z="@tmux-gruvbox-right-status-z"
|
|||
readonly DEFAULT_THEME="dark256"
|
||||
readonly DEFAULT_STATUSBAR_ALPHA='false'
|
||||
# defaults for theme option (with color interpolation)
|
||||
readonly DEFAULT_LEFT_STATUS_A='#S'
|
||||
readonly DEFAULT_RIGHT_STATUS_X='%Y-%m-%d'
|
||||
readonly DEFAULT_LEFT_STATUS_A=' '
|
||||
readonly DEFAULT_RIGHT_STATUS_X='%d.%m.%Y'
|
||||
readonly DEFAULT_RIGHT_STATUS_Y='%H:%M'
|
||||
readonly DEFAULT_RIGHT_STATUS_Z='#h'
|
||||
readonly DEFAULT_RIGHT_STATUS_Z="$USER@#h "
|
||||
|
||||
main() {
|
||||
TMUX_CMDS=() # clear
|
||||
|
|
|
@ -25,7 +25,7 @@ col_gray2=colour245
|
|||
col_bg0_s=colour236
|
||||
col_fg=colour223
|
||||
col_fg4=colour246
|
||||
col_fg3=colour248
|
||||
col_fg3=colour167
|
||||
col_fg2=colour250
|
||||
col_fg1=colour223
|
||||
col_fg0=colour229
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue