docs: add theme screenshots
33
README.md
|
|
@ -22,16 +22,10 @@
|
||||||
|
|
||||||
<h3>Make tmux powerful and pretty 🥊💅</h3>
|
<h3>Make tmux powerful and pretty 🥊💅</h3>
|
||||||
|
|
||||||
<figure>
|
|
||||||
<img src= "images/screenshot-full.png" alt="tmux2k Demo">
|
|
||||||
<br/>
|
|
||||||
<figcaption>tmux2k full screenshot</figcaption>
|
|
||||||
</figure>
|
|
||||||
|
|
||||||
<figure>
|
<figure>
|
||||||
<img src= "images/screenshot.png" alt="tmux2k Demo">
|
<img src= "images/screenshot.png" alt="tmux2k Demo">
|
||||||
<br/>
|
<br/>
|
||||||
<figcaption>tmux2k statusbar screenshot</figcaption>
|
<figcaption>tmux2k in action</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -46,6 +40,22 @@ tmux2k is a highly customizable framework designed to enhance your tmux status b
|
||||||
- **Ease of Customization**: Customize and extend tmux2k effortlessly, thanks to its intuitive configuration options and flexible architecture.
|
- **Ease of Customization**: Customize and extend tmux2k effortlessly, thanks to its intuitive configuration options and flexible architecture.
|
||||||
- **Dynamic Updates**: Enjoy real-time updates and dynamic content rendering for a seamless and responsive user experience.
|
- **Dynamic Updates**: Enjoy real-time updates and dynamic content rendering for a seamless and responsive user experience.
|
||||||
|
|
||||||
|
### 🎨 Available Themes:
|
||||||
|
|
||||||
|
- default
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
- catppuccin
|
||||||
|

|
||||||
|

|
||||||
|
- gruvbox
|
||||||
|

|
||||||
|

|
||||||
|
- onedark
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
### 🧩 Available Plugins
|
### 🧩 Available Plugins
|
||||||
|
|
||||||
- `battery`: Show battery stats and percentage
|
- `battery`: Show battery stats and percentage
|
||||||
|
|
@ -138,14 +148,7 @@ set -g @tmux2k-cpu-colors "blue dark_gray"
|
||||||
|
|
||||||
> You may have to restart `tmux` for some changes to reflect
|
> You may have to restart `tmux` for some changes to reflect
|
||||||
|
|
||||||
### 🎨 Themes
|
### 🖌️ Customize Colors
|
||||||
|
|
||||||
#### Available Themes:
|
|
||||||
|
|
||||||
- default
|
|
||||||
- catppuccin
|
|
||||||
- gruvbox
|
|
||||||
- onedark
|
|
||||||
|
|
||||||
#### Available Colors:
|
#### Available Colors:
|
||||||
|
|
||||||
|
|
|
||||||
BIN
images/catppuccin-icons.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
images/catppuccin.png
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
images/default-icons.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
images/default-no-powerline.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
images/default.png
Normal file
|
After Width: | Height: | Size: 74 KiB |
BIN
images/gruvbox-icons.png
Normal file
|
After Width: | Height: | Size: 57 KiB |
BIN
images/gruvbox.png
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
images/onedark-icons.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
images/onedark.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 122 KiB |
|
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 122 KiB |
|
|
@ -213,7 +213,6 @@ window_list() {
|
||||||
"#[fg=${wfg},bg=${wbg}]${wl_sep}#[bg=${wfg}]${current_flags}#[fg=${wbg}] #I:#W #[fg=${wfg},bg=${wbg}]${wr_sep}"
|
"#[fg=${wfg},bg=${wbg}]${wl_sep}#[bg=${wfg}]${current_flags}#[fg=${wbg}] #I:#W #[fg=${wfg},bg=${wbg}]${wr_sep}"
|
||||||
tmux set-window-option -g window-status-format \
|
tmux set-window-option -g window-status-format \
|
||||||
"#[fg=${bg_alt},bg=${wbg}]${wl_sep}#[bg=${bg_alt}]${flags}#[fg=${white}] #I:#W #[fg=${bg_alt},bg=${wbg}]${wr_sep}"
|
"#[fg=${bg_alt},bg=${wbg}]${wl_sep}#[bg=${bg_alt}]${flags}#[fg=${white}] #I:#W #[fg=${bg_alt},bg=${wbg}]${wr_sep}"
|
||||||
pl_bg=${wbg}
|
|
||||||
else
|
else
|
||||||
tmux set-window-option -g window-status-current-format "#[fg=${wbg},bg=${wfg}] #I:#W ${current_flags} "
|
tmux set-window-option -g window-status-current-format "#[fg=${wbg},bg=${wfg}] #I:#W ${current_flags} "
|
||||||
tmux set-window-option -g window-status-format "#[fg=${white},bg=${bg_alt}] #I:#W ${flags} "
|
tmux set-window-option -g window-status-format "#[fg=${white},bg=${bg_alt}] #I:#W ${flags} "
|
||||||
|
|
|
||||||