Go to file
2024-05-09 12:52:10 +02:00
.github rename workflow 2021-08-26 16:27:14 -04:00
data Change weather_sleep to avoid writing to tracked files 2020-09-12 19:11:25 -04:00
scripts Mark scripts as executable. 2024-05-09 12:52:10 +02:00
.editorconfig consistent formatting across all scripts 2021-07-06 10:22:36 +02:00
.gitignore Change weather_sleep to avoid writing to tracked files 2020-09-12 19:11:25 -04:00
.gitmodules trying to get battery to work 2020-03-14 13:36:46 -07:00
INSTALL.md Rename playerclt variables to kanagawa. 2024-05-09 12:51:34 +02:00
kanagawa.tmux Mark scripts as executable. 2024-05-09 12:52:10 +02:00
LICENSE update readme 2020-03-30 23:47:22 -07:00
README.md chore: update README.md 2024-05-08 22:42:32 +02:00
screenshot.png chore: update screenshot 2024-05-08 22:42:32 +02:00

Kanagawa for tmux

Kanagawa theme for TMUX with silent colors.

Forked from dracula/tmux.

Screenshot

Install

To activate the theme add the following line to your .tmux.conf.

set -g @plugin 'Nybkox/tmux-kanagawa'

For advanced instructions look at INSTALL.md or check official instructions of dracula/tmux. Just replace all dracula occurrences with kanagawa.

Configuration

Configuration and options can be found at draculatheme.com/tmux. Just replace all dracula occurrences with kanagawa.

Features

  • 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
  • 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)
  • GPU usage
  • Custom status texts from external scripts
  • GPU VRAM usage
  • GPU power draw
  • 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
  • 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
  • Spotify playback (needs the tool spotify-tui installed)
  • Music Player Daemon status (needs the tool mpc installed)
  • Playerctl, get current track metadata
  • Current kubernetes context
  • Countdown to tmux-continuum save
  • Current working directory of tmux pane

Known issues

You may need to manually give permission to plugin's scripts.

cd ~/.tmux/plugins/tmux-kanagawa
chmod u+x kanagawa.tmux
chmod u+x ./**/*.sh

Compatibility

Compatible with macOS and Linux. Tested on tmux 3.1b FreeBSD compatibility is in development

License

MIT License