2020-03-14 06:22:52 +01:00
|
|
|
# tmux-dracula
|
2020-03-16 07:26:50 +01:00
|
|
|
Color scheme for tmux inspired by the popular dracula theme
|
|
|
|
For dracula theme on other platforms check out the <a href="https://draculatheme.com/">official dracula theme</a>
|
2020-03-16 00:54:01 +01: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 00:54:01 +01:00
|
|
|
![Alt text](screenshots/tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula")
|
2020-03-16 00:41:11 +01:00
|
|
|
|
|
|
|
## Installation
|
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-16 00:41:11 +01:00
|
|
|
## Troubleshooting
|
2020-03-16 07:22:08 +01:00
|
|
|
Some users have experienced issues where the weather does not load immediately.
|
|
|
|
This may be solved by manually running dracula.tmux:
|
2020-03-16 00:54:01 +01:00
|
|
|
`~/.tmux/plugins/tmux-dracula/dracula.tmux`
|