2020-03-31 08:46:17 +02:00
|
|
|
# Dracula for [tmux](https://github.com/tmux/tmux/wiki)
|
|
|
|
|
|
|
|
> A dark theme for [tmux](https://github.com/tmux/tmux/wiki)
|
2020-03-16 00:54:01 +01:00
|
|
|
|
2020-03-31 08:47:22 +02:00
|
|
|
<<<<<<< HEAD
|
2020-03-31 08:46:17 +02:00
|
|
|
![Screenshot](./screenshot.jpg)
|
2020-03-31 08:47:22 +02:00
|
|
|
=======
|
2020-03-16 00:41:11 +01:00
|
|
|
## Features
|
2020-03-16 00:47:54 +01:00
|
|
|
Day, date, time, timezone
|
|
|
|
Current location based on network with temperature and forecast icon (if available)
|
2020-03-16 00:54:01 +01:00
|
|
|
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
|
|
|
|
|
2020-03-16 00:41:11 +01:00
|
|
|
## Screenshots
|
2020-03-16 08:16:10 +01:00
|
|
|
![Alt text](screenshots/tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula")
|
2020-03-16 08:19:46 +01:00
|
|
|
tmux-dracula in action
|
|
|
|
|
2020-03-16 08:20:16 +01:00
|
|
|
|
|
|
|
|
2020-03-16 08:16:10 +01:00
|
|
|
![Alt text](screenshots/alt-tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula")
|
|
|
|
When prefix is enabled smiley face turns from green to yellow
|
2020-03-31 08:27:25 +02:00
|
|
|
When charging, 'AC' is displayed
|
2020-03-16 08:16:54 +01:00
|
|
|
If forecast information is available, a ☀, ☁, ☂, or ❄ unicode character corresponding with the forecast is displayed alongside the temperature
|
2020-03-16 07:45:44 +01:00
|
|
|
|
|
|
|
## 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
|
2020-03-31 08:47:22 +02:00
|
|
|
>>>>>>> 8e57456bdcd40f9b29d68b9f7848e84736782ff5
|
2020-03-16 07:45:44 +01:00
|
|
|
|
2020-03-31 08:46:17 +02:00
|
|
|
## Install
|
|
|
|
|
2020-03-16 00:54:01 +01:00
|
|
|
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
|
|
|
|
|
2020-03-31 08:47:22 +02:00
|
|
|
<<<<<<< HEAD
|
2020-03-31 08:46:17 +02:00
|
|
|
## 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
|
|
|
|
|
2020-03-31 08:47:22 +02:00
|
|
|
[MIT License](./LICENSE)
|
|
|
|
=======
|
2020-03-16 00:41:11 +01:00
|
|
|
## Troubleshooting
|
2020-03-16 07:51:46 +01:00
|
|
|
Some users have experienced issues where the weather does not load.
|
2020-03-16 07:22:08 +01:00
|
|
|
This may be solved by manually running dracula.tmux:
|
2020-03-16 00:54:01 +01:00
|
|
|
`~/.tmux/plugins/tmux-dracula/dracula.tmux`
|
2020-03-18 03:24:41 +01:00
|
|
|
|
2020-03-22 02:36:19 +01:00
|
|
|
## License
|
2020-03-18 03:24:41 +01:00
|
|
|
This project is licensed under the MIT License - see [LICENSE.md](./LICENSE.md) for details
|
2020-03-31 08:47:22 +02:00
|
|
|
>>>>>>> 8e57456bdcd40f9b29d68b9f7848e84736782ff5
|