mirror of
https://github.com/o0th/tmux-nova.git
synced 2026-09-10 07:16:28 -04:00
Added gruvbox theme
This commit is contained in:
parent
3e56f80a12
commit
13f8a59ae8
70
Gallery.md
70
Gallery.md
|
|
@ -64,3 +64,73 @@ set -g @nova-segments-0-right "whoami pomodoro"
|
|||
set -g @nova-segments-1-left "spotify"
|
||||
set -g @nova-segments-1-right "cpu ram cpu-temp gpu gram gpu-temp"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### gruvbox
|
||||
|
||||
<p align="center">
|
||||
<a>
|
||||
<img src="/assets/gruvbox.png" alt="screenshot">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
```bash
|
||||
### PLUGINS ###
|
||||
set -g @plugin 'o0th/tmux-nova'
|
||||
set -g @plugin 'tmux-plugins/tmux-cpu'
|
||||
set -g @plugin 'tmux-plugins/tmux-battery'
|
||||
set -g @plugin 'ofirgall/tmux-keyboard-layout'
|
||||
|
||||
### THEME ###
|
||||
set -g @nova-nerdfonts true
|
||||
set -g @nova-nerdfonts-left
|
||||
set -g @nova-nerdfonts-right
|
||||
|
||||
set -g @nova-pane "#I #W"
|
||||
set -g @nova-rows 0
|
||||
|
||||
### COLORS ###
|
||||
b_bg="#504945"
|
||||
|
||||
seg_a="#a89984 #282828"
|
||||
seg_b="$b_bg #ddc7a1"
|
||||
|
||||
inactive_bg="#32302f"
|
||||
inactive_fg="#ddc7a1"
|
||||
active_bg=$b_bg
|
||||
active_fg="#ddc7a1"
|
||||
|
||||
set -gw window-status-current-style bold
|
||||
set -g "@nova-status-style-bg" "$inactive_bg"
|
||||
set -g "@nova-status-style-fg" "$inactive_fg"
|
||||
set -g "@nova-status-style-active-bg" "$active_bg"
|
||||
set -g "@nova-status-style-active-fg" "$active_fg"
|
||||
|
||||
set -g "@nova-pane-active-border-style" "#44475a"
|
||||
set -g "@nova-pane-border-style" "#827d51"
|
||||
|
||||
### STATUS BAR ###
|
||||
set -g @nova-segment-prefix "#{?client_prefix,PREFIX,}"
|
||||
set -g @nova-segment-prefix-colors "$seg_b"
|
||||
|
||||
set -g @nova-segment-session "#{session_name}"
|
||||
set -g @nova-segment-session-colors "$seg_a"
|
||||
|
||||
set -g @nova-segment-whoami "#(whoami)@#h"
|
||||
set -g @nova-segment-whoami-colors "$seg_a"
|
||||
|
||||
set -g @nova-segment-cpu " #(~/.tmux/plugins/tmux-cpu/scripts/cpu_percentage.sh) #(~/.tmux/plugins/tmux-cpu/scripts/ram_percentage.sh)"
|
||||
set -g @nova-segment-cpu-colors "$seg_b"
|
||||
|
||||
set -g @batt_icon_status_charging '↑'
|
||||
set -g @batt_icon_status_discharging '↓'
|
||||
set -g @nova-segment-battery "#{battery_icon_status} #{battery_percentage}"
|
||||
set -g @nova-segment-battery-colors "$seg_b"
|
||||
|
||||
set -g @nova-segment-layout "#(~/.tmux/plugins/tmux-keyboard-layout/scripts/get_keyboard_layout.sh)"
|
||||
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"
|
||||
```
|
||||
|
|
|
|||
BIN
assets/gruvbox.png
Normal file
BIN
assets/gruvbox.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
Loading…
Reference in a new issue