From 245e31430fb7298e02ef0d4030905b49d0385746 Mon Sep 17 00:00:00 2001 From: Maciej Sypien Date: Mon, 23 Sep 2024 00:08:20 +0200 Subject: [PATCH 1/4] chore: add changelog entry --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c94c9ff..3aa4317 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed +- Reduce repo weight by removing unused images [#41](https://github.com/egel/tmux-gruvbox/issues/41) + ### Fixed - Fixed incorrect spacings in template file From 65d5df09095b93e787942f1246f2f7f557496560 Mon Sep 17 00:00:00 2001 From: Maciej Sypien Date: Sun, 1 Dec 2024 01:20:51 +0100 Subject: [PATCH 2/4] chore: clean changelog after release v2.0.0 --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d68d407..57edbfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Removed -- Reduce repo weight by removing unused images [#41](https://github.com/egel/tmux-gruvbox/issues/41) - ### Fixed ### Security From 4f9b6dfb1d3677fd0d47511c00c490ec7a3adb8a Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 11 Mar 2025 20:22:48 +0100 Subject: [PATCH 3/4] some small changes --- src/gruvbox-main.sh | 6 +++--- src/palette_gruvbox_dark256.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gruvbox-main.sh b/src/gruvbox-main.sh index 73601f9..eb93dc4 100755 --- a/src/gruvbox-main.sh +++ b/src/gruvbox-main.sh @@ -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 diff --git a/src/palette_gruvbox_dark256.sh b/src/palette_gruvbox_dark256.sh index fe6c84d..47b3bb1 100644 --- a/src/palette_gruvbox_dark256.sh +++ b/src/palette_gruvbox_dark256.sh @@ -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 From d23f35e9de4b47e4022e3a65c10644ca3fe5fbf7 Mon Sep 17 00:00:00 2001 From: pika Date: Tue, 11 Mar 2025 20:26:30 +0100 Subject: [PATCH 4/4] . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e500514..e2169b0 100644 --- a/README.md +++ b/README.md @@ -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'