readme
This commit is contained in:
parent
a86180b156
commit
3b3d8b82d9
1 changed files with 14 additions and 13 deletions
27
README.md
27
README.md
|
@ -1,22 +1,23 @@
|
||||||
# tmux-dracula
|
# tmux-dracula
|
||||||
Color scheme for tmux inspired by the popular Dracula theme
|
Color scheme for tmux inspired by the popular Dracula theme
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
Day, date, time, timezone
|
Day, date, time, timezone
|
||||||
Current location based on network with temperature and forecast icon (if available)
|
Current location based on network with temperature and forecast icon (if available)
|
||||||
Network connection status and SSID
|
Network connection status and SSID
|
||||||
Battery percentage and AC power connection status
|
Battery percentage and AC power connection status
|
||||||
Color code based on if prefix is active or not
|
Color code based on if prefix is active or not
|
||||||
List of windows with current window highlighted
|
List of windows with current window highlighted
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
![Alt text](screenshots/tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula")
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Use TPM (tmux plugin manager) and add to your .tmux.conf:
|
Use TPM (tmux plugin manager) and add to your .tmux.conf:
|
||||||
`set -g @plugin 'danerwilliams/tmux-dracula'`
|
`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
|
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
|
Restart tmux and then use `prefix + I` (capital I as in Install) to install
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
Some users have experienced issues where the weather does not load immediately. This can be solved by manually running dracula.tmux:
|
Some users have experienced issues where the weather does not load immediately. This can be solved by manually running dracula.tmux:
|
||||||
`~/.tmux/plugins/tmux-dracula/dracula.tmux`
|
`~/.tmux/plugins/tmux-dracula/dracula.tmux`
|
||||||
|
|
Loading…
Reference in a new issue