tmux-kanagawa/README.md

66 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

2023-12-23 09:55:14 +01:00
2023-12-21 03:34:50 +01:00
# Kanagawa for [tmux](https://github.com/tmux/tmux/wiki)
2020-03-31 08:46:17 +02:00
2023-12-21 03:34:50 +01:00
[Kanagawa](https://github.com/rebelot/kanagawa.nvim/tree/master) theme for TMUX with silent colors.
Forked from [dracula/tmux](https://github.com/dracula/tmux).
2020-04-08 02:08:54 +02:00
![Screenshot](./screenshot.png)
2020-03-31 08:46:17 +02:00
## Install
2023-12-23 09:55:14 +01:00
To activate the theme add the following line to your `.tmux.conf`.
2020-03-31 08:46:17 +02:00
2023-12-23 09:55:14 +01:00
set -g @plugin 'Nybkox/tmux-kanagawa'
For advanced instructions look at [INSTALL.md](https://github.com/Nybkox/tmux-kanagawa/blob/master/INSTALL.md) or check official instructions of [dracula/tmux](https://draculatheme.com/tmux). Just replace all `dracula` occurrences with `kanagawa`.
2020-04-08 02:08:54 +02:00
## Configuration
Configuration and options can be found at [draculatheme.com/tmux](https://draculatheme.com/tmux).
2023-12-21 03:34:50 +01:00
Just replace all `dracula` occurrences with `kanagawa`.
2020-03-31 08:46:17 +02:00
## Features
2022-03-21 02:37:01 +01:00
- Support for powerline
- Day, date, time, timezone
- Current location based on network with temperature and forecast icon (if available)
- Network connection status, bandwidth and SSID
- SSH session user, hostname and port of active tmux pane
2022-03-21 02:37:01 +01:00
- Git branch and status
- Battery percentage and AC power connection status
- Refresh rate control
- CPU usage (percentage or load average)
- RAM usage (system and/or tmux server)
2022-03-21 02:37:01 +01:00
- GPU usage
- Custom status texts from external scripts
2023-04-26 16:52:25 +02:00
- GPU VRAM usage
- GPU power draw
2023-10-02 18:07:35 +02:00
- Color code based on whether a prefix is active or not
- List of windows with the current window highlighted
- When prefix is enabled, a smiley face turns from green to yellow
2022-03-21 02:37:01 +01:00
- When charging, 'AC' is displayed
- If forecast information is available, a ☀, ☁, ☂, or ❄ unicode character corresponding with the forecast is displayed alongside the temperature
- Info if the Panes are synchronized
2022-10-28 22:12:51 +02:00
- Spotify playback (needs the tool spotify-tui installed)
2023-10-19 12:35:49 +02:00
- Music Player Daemon status (needs the tool mpc installed)
2024-04-03 12:27:48 +02:00
- Playerctl, get current track metadata
- Current kubernetes context
- Countdown to tmux-continuum save
- Current working directory of tmux pane
2020-03-31 08:46:17 +02:00
2023-12-23 11:08:39 +01:00
## Known issues
You may need to manually give permission to plugin's scripts.
```bash
cd ~/.tmux/plugins/tmux-kanagawa
chmod u+x kanagawa.tmux
chmod u+x ./**/*.sh
```
2020-03-31 08:46:17 +02:00
## Compatibility
Compatible with macOS and Linux. Tested on tmux 3.1b
FreeBSD compatibility is in development
2020-03-31 08:46:17 +02:00
## License
2020-04-07 19:40:31 +02:00
[MIT License](./LICENSE)