mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-10 23:20:06 +01:00
docs: add new screenshot
This commit is contained in:
parent
f1d2dc175a
commit
b34b38f13b
2 changed files with 6 additions and 2 deletions
|
|
@ -26,6 +26,8 @@
|
|||
|
||||
tmux2k is a highly customizable framework designed to enhance your tmux status bar, providing you with a sleek and informative interface for your terminal sessions.
|
||||
|
||||

|
||||
|
||||
## ✨ Features
|
||||
|
||||
- **Enhanced Aesthetics**: Prettify your tmux setup with a stylish and modern status bar.
|
||||
|
|
@ -120,14 +122,16 @@ set -g @tmux2k-yellow '#f8c800' # change yellow color
|
|||
- `weather`: Show weather information
|
||||
- `window`: tmux window list
|
||||
|
||||
To use plugins:
|
||||
To customize plugins, I'll highly recommend checking out their respective scripts in the [scripts](./scripts) folder.
|
||||
|
||||
Here's some example configurations:
|
||||
|
||||
```bash
|
||||
# set the left and right plugin sections
|
||||
set -g @tmux2k-left-plugins "git cpu ram"
|
||||
set -g @tmux2k-right-plugins "battery network time"
|
||||
|
||||
# to set window list alignment (centre by default)
|
||||
# to set window list alignment (absolute-centre by default)
|
||||
set -g @tmux2k-window-list-alignment 'left'
|
||||
|
||||
# to customize plugin colors
|
||||
|
|
|
|||
BIN
images/default-plugins.png
Normal file
BIN
images/default-plugins.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Loading…
Add table
Add a link
Reference in a new issue