nova things

This commit is contained in:
Anton Volnuhin 2026-03-02 22:17:26 +03:00
parent 0fed059f7f
commit a16ec8a962
7 changed files with 54 additions and 5 deletions

View File

@ -1 +1,2 @@
0000000000000000000000000000000000000000 7103fd78fec47c74e9a431c50e9543d0486d5201 Anton Volnuhin <anton@volnuhin.ru> 1682359795 +0300 clone: from https://github.com/o0th/tmux-nova
7103fd78fec47c74e9a431c50e9543d0486d5201 317c812c34b523075b8f8e233748397027da8b2b Anton Volnuhin <anton@volnuhin.com> 1764360502 +0300 pull: Fast-forward

View File

@ -1 +1,2 @@
0000000000000000000000000000000000000000 7103fd78fec47c74e9a431c50e9543d0486d5201 Anton Volnuhin <anton@volnuhin.ru> 1682359795 +0300 clone: from https://github.com/o0th/tmux-nova
7103fd78fec47c74e9a431c50e9543d0486d5201 317c812c34b523075b8f8e233748397027da8b2b Anton Volnuhin <anton@volnuhin.com> 1764360502 +0300 pull: Fast-forward

View File

@ -1 +1 @@
7103fd78fec47c74e9a431c50e9543d0486d5201
317c812c34b523075b8f8e233748397027da8b2b

View File

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

View File

@ -57,7 +57,7 @@ set -g @nova-segments-1-right "gpu gram gpu-temp"
### gruvbox
<p align="center">
<a><img src="assets/gruvbox.png" alt="screenshot"></a>
<a><img src="assets/gallery/gruvbox.png" alt="screenshot"></a>
</p>
```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
<p align="center">
<a><img src="assets/gallery/cyberdream.png" alt="screenshot"></a>
</p>
```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"
```

View File

@ -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
[<img alt="goolmoos" src="https://avatars.githubusercontent.com/u/49814019?v=4&s=117" width="117">](https://github.com/goolmoos)[<img alt="fky2015" src="https://avatars.githubusercontent.com/u/16451516?v=4&s=117" width="117">](https://github.com/fky2015)[<img alt="ofirgall" src="https://avatars.githubusercontent.com/u/4954051?v=4&s=117" width="117">](https://github.com/ofirgall)[<img alt="codepeon" src="https://avatars.githubusercontent.com/u/32979574?v=4&s=117" width="117">](https://github.com/codepeon)
[<img alt="goolmoos" src="https://avatars.githubusercontent.com/u/49814019?v=4&s=117" width="117">](https://github.com/goolmoos)[<img alt="fky2015" src="https://avatars.githubusercontent.com/u/16451516?v=4&s=117" width="117">](https://github.com/fky2015)[<img alt="ofirgall" src="https://avatars.githubusercontent.com/u/4954051?v=4&s=117" width="117">](https://github.com/ofirgall)[<img alt="codepeon" src="https://avatars.githubusercontent.com/u/32979574?v=4&s=117" width="117">](https://github.com/codepeon)