Compare commits

..

3 commits

Author SHA1 Message Date
pika
d23f35e9de . 2025-03-11 20:26:30 +01:00
pika
4f9b6dfb1d some small changes 2025-03-11 20:22:48 +01:00
Maciej Sypien
c7653229c7
Merge pull request #47 from egel/update-changelog-after-release-v2-0-0
chore: clean changelog after release v2.0.0
2024-12-01 01:22:21 +01:00
3 changed files with 5 additions and 5 deletions

View file

@ -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'

View file

@ -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

View file

@ -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