diff --git a/dot_tmux/plugins/tmux-nova/dot_git/index b/dot_tmux/plugins/tmux-nova/dot_git/index index 9b2dae9..4520970 100644 Binary files a/dot_tmux/plugins/tmux-nova/dot_git/index and b/dot_tmux/plugins/tmux-nova/dot_git/index differ diff --git a/dot_tmux/plugins/tmux-nova/dot_git/logs/HEAD b/dot_tmux/plugins/tmux-nova/dot_git/logs/HEAD index 94e1f16..5238ab7 100644 --- a/dot_tmux/plugins/tmux-nova/dot_git/logs/HEAD +++ b/dot_tmux/plugins/tmux-nova/dot_git/logs/HEAD @@ -1 +1,2 @@ 0000000000000000000000000000000000000000 7103fd78fec47c74e9a431c50e9543d0486d5201 Anton Volnuhin 1682359795 +0300 clone: from https://github.com/o0th/tmux-nova +7103fd78fec47c74e9a431c50e9543d0486d5201 317c812c34b523075b8f8e233748397027da8b2b Anton Volnuhin 1764360502 +0300 pull: Fast-forward diff --git a/dot_tmux/plugins/tmux-nova/dot_git/logs/refs/heads/master b/dot_tmux/plugins/tmux-nova/dot_git/logs/refs/heads/master index 94e1f16..5238ab7 100644 --- a/dot_tmux/plugins/tmux-nova/dot_git/logs/refs/heads/master +++ b/dot_tmux/plugins/tmux-nova/dot_git/logs/refs/heads/master @@ -1 +1,2 @@ 0000000000000000000000000000000000000000 7103fd78fec47c74e9a431c50e9543d0486d5201 Anton Volnuhin 1682359795 +0300 clone: from https://github.com/o0th/tmux-nova +7103fd78fec47c74e9a431c50e9543d0486d5201 317c812c34b523075b8f8e233748397027da8b2b Anton Volnuhin 1764360502 +0300 pull: Fast-forward diff --git a/dot_tmux/plugins/tmux-nova/dot_git/refs/heads/master b/dot_tmux/plugins/tmux-nova/dot_git/refs/heads/master index b1c08cb..2e05904 100644 --- a/dot_tmux/plugins/tmux-nova/dot_git/refs/heads/master +++ b/dot_tmux/plugins/tmux-nova/dot_git/refs/heads/master @@ -1 +1 @@ -7103fd78fec47c74e9a431c50e9543d0486d5201 +317c812c34b523075b8f8e233748397027da8b2b diff --git a/dot_tmux/plugins/tmux-nova/dot_github/documentation.md b/dot_tmux/plugins/tmux-nova/dot_github/documentation.md index 93051fa..4c6f8ea 100644 --- a/dot_tmux/plugins/tmux-nova/dot_github/documentation.md +++ b/dot_tmux/plugins/tmux-nova/dot_github/documentation.md @@ -1,4 +1,4 @@ -## Documentation +## Documentation ### Pane @@ -99,6 +99,11 @@ set -g @nova-nerdfonts-left  set -g @nova-nerdfonts-right  ``` +```bash +set -g @nova-nerdfonts-first  +set -g @nova-nerdfonts-last  +``` + ### Rows Define how many status line to show. @@ -119,4 +124,4 @@ set -g @nova-segment-bright-colors "#282a36 #f8f8f2" set -g @nova-segments-1-left "bleft" set -g @nova-segments-1-right "bright" -``` +``` \ No newline at end of file diff --git a/dot_tmux/plugins/tmux-nova/dot_github/gallery.md b/dot_tmux/plugins/tmux-nova/dot_github/gallery.md index 26bede6..3d0930e 100644 --- a/dot_tmux/plugins/tmux-nova/dot_github/gallery.md +++ b/dot_tmux/plugins/tmux-nova/dot_github/gallery.md @@ -57,7 +57,7 @@ set -g @nova-segments-1-right "gpu gram gpu-temp" ### gruvbox

- screenshot + screenshot

```bash @@ -119,3 +119,32 @@ set -g @nova-segment-layout-colors "$seg_a" set -g @nova-segments-0-left "session" set -g @nova-segments-0-right "prefix cpu battery layout whoami" ``` + +--- + +### Cyberdream + +

+ screenshot +

+ +```bash +set -g @nova-segment-mode "#S #{?client_prefix, , } " +set -g @nova-segment-mode-colors " #181818 #ff5ea0" + +set -g @nova-segment-whoami " #(whoami) | 󰍹 #h" +set -g @nova-segment-whoami-colors " #252525 #ff5ea0 " + +set -g @nova-pane "#I#{?pane_in_mode, #{pane_mode},} #W" +set -g @nova-pane-active-border-style "#252525" +set -g @nova-pane-border-style "#252525" + +set -g @nova-status-style-bg "#181818" +set -g @nova-status-style-fg "#d8dee9" +set -g @nova-status-style-active-bg "#5ef1ff" +set -g @nova-status-style-active-fg "#181818" + +set -g @nova-rows 0 +set -g @nova-segments-0-left "mode" +set -g @nova-segments-0-right "whoami" +``` \ No newline at end of file diff --git a/dot_tmux/plugins/tmux-nova/dot_github/readme.md b/dot_tmux/plugins/tmux-nova/dot_github/readme.md index 5009259..1fff560 100644 --- a/dot_tmux/plugins/tmux-nova/dot_github/readme.md +++ b/dot_tmux/plugins/tmux-nova/dot_github/readme.md @@ -104,6 +104,19 @@ If you want to learn how to customize this theme have a look at the [documentati For more example have a look at the have a look at the [gallery](gallery.md). +## FAQ + +**Why are my components being cut off or truncated?** +By default tmux set `status-left-length` to 20 characters and `status-right-length` to 40 characters, +which may cause components to be truncated or cut off if their combined length exceeds these limits. +To resolve this issue you can adjust this default values with: + +```bash +# .tmux.conf +set -g status-left-length 100 +set -g status-right-length 100 +``` + ## Contributors -[goolmoos](https://github.com/goolmoos)[fky2015](https://github.com/fky2015)[ofirgall](https://github.com/ofirgall)[codepeon](https://github.com/codepeon) +[goolmoos](https://github.com/goolmoos)[fky2015](https://github.com/fky2015)[ofirgall](https://github.com/ofirgall)[codepeon](https://github.com/codepeon) \ No newline at end of file