lxtmux/README.md

38 lines
1.3 KiB
Markdown
Raw Normal View History

2020-03-31 07:46:17 +01:00
# Dracula for [tmux](https://github.com/tmux/tmux/wiki)
> A dark theme for [tmux](https://github.com/tmux/tmux/wiki)
2020-03-15 23:54:01 +00:00
2020-04-07 18:40:31 +01:00
![Screenshot](./screenshot.png)
2020-03-16 06:45:44 +00:00
2020-03-31 07:46:17 +01:00
## Install
2020-03-15 23:54:01 +00:00
Use TPM (tmux plugin manager) and add to your .tmux.conf:
2020-04-07 19:47:17 +01:00
`set -g @plugin 'dracula/tmux'`
2020-03-15 23:54:01 +00:00
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 07:46:17 +01: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-04-07 18:40:31 +01:00
[MIT License](./LICENSE)