My tmux theme pluging which is a dracula fork
Go to file
Dane Williams c4fed454cb update readme 2020-03-30 23:47:22 -07:00
data fixed default weather.txt contents 2020-03-15 23:19:52 -07:00
scripts reorganized files 2020-03-15 23:15:26 -07:00
.gitmodules trying to get battery to work 2020-03-14 13:36:46 -07:00
LICENSE update readme 2020-03-30 23:47:22 -07:00
README.md update readme 2020-03-30 23:47:22 -07:00
dracula.tmux reorganized files 2020-03-15 23:15:26 -07:00
screenshot.jpg changed readme 2020-03-30 23:46:17 -07:00

README.md

Dracula for tmux

A dark theme for tmux

<<<<<<< HEAD Screenshot

Features

Day, date, time, timezone
Current location based on network with temperature and forecast icon (if available)
Network connection status and SSID
Battery percentage and AC power connection status
Color code based on if prefix is active or not
List of windows with current window highlighted

Screenshots

Alt text
tmux-dracula in action

Alt text
When prefix is enabled 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

Compatibility

Designed for compatibility with Mac systems and tested on macOS 10.15 Catalina
Compatibility with Linux systems and/or WSL on Windows is not yet available

8e57456bdc

Install

Use TPM (tmux plugin manager) and add to your .tmux.conf:
set -g @plugin 'danerwilliams/tmux-dracula'
Be sure that run -b '~/.tmux/plugins/tpm/tpm' is at the bottom of .tmux.config for tpm to work
Restart tmux and then use prefix + I (capital I as in Install) to install

<<<<<<< HEAD

Features

  • Day, date, time, timezone
  • Current location based on network with temperature and forecast icon (if available)
  • Network connection status and SSID
  • Battery percentage and AC power connection status
  • Color code based on if prefix is active or not
  • List of windows with current window highlighted
  • When prefix is enabled 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

Compatibility

Designed for compatibility with Mac systems and tested on macOS 10.15 Catalina
Compatibility with Linux systems and/or WSL on Windows is not yet available

Team

This theme is maintained by the following person(s) and a bunch of awesome contributors

License

MIT License

Troubleshooting

Some users have experienced issues where the weather does not load. This may be solved by manually running dracula.tmux:
~/.tmux/plugins/tmux-dracula/dracula.tmux

License

This project is licensed under the MIT License - see LICENSE.md for details

8e57456bdc