2
2
3
3
> A dark theme for [ tmux] ( https://github.com/tmux/tmux/wiki )
4
4
5
+ <<<<<<< HEAD
5
6
![ Screenshot] ( ./screenshot.jpg )
7
+ =======
8
+ ## Features
9
+ Day, date, time, timezone
10
+ Current location based on network with temperature and forecast icon (if available)
11
+ Network connection status and SSID
12
+ Battery percentage and AC power connection status
13
+ Color code based on if prefix is active or not
14
+ List of windows with current window highlighted
15
+
16
+ ## Screenshots
17
+ ![ Alt text] ( screenshots/tmux-dracula-screenshot.jpg?raw=true " Tmux Dracula ")
18
+ tmux-dracula in action
19
+
20
+
21
+
22
+ ![ Alt text] ( screenshots/alt-tmux-dracula-screenshot.jpg?raw=true " Tmux Dracula ")
23
+ When prefix is enabled smiley face turns from green to yellow
24
+ When charging, 'AC' is displayed
25
+ If forecast information is available, a ☀, ☁, ☂, or ❄ unicode character corresponding with the forecast is displayed alongside the temperature
26
+
27
+ ## Compatibility
28
+ Designed for compatibility with Mac systems and tested on macOS 10.15 Catalina
29
+ Compatibility with Linux systems and/or WSL on Windows is not yet available
30
+ >>>>>>> 8e57456bdcd40f9b29d68b9f7848e84736782ff5
6
31
7
32
## Install
8
33
@@ -11,6 +36,7 @@ Use TPM (tmux plugin manager) and add to your .tmux.conf:
11
36
Be sure that ` run -b '~/.tmux/plugins/tpm/tpm' ` is at the bottom of .tmux.config for tpm to work
12
37
Restart tmux and then use ` prefix + I ` (capital I as in Install) to install
13
38
39
+ <<<<<<< HEAD
14
40
## Features
15
41
16
42
* Day, date, time, timezone
@@ -34,4 +60,13 @@ This theme is maintained by the following person(s) and a bunch of awesome contr
34
60
35
61
## License
36
62
37
- [ MIT License] ( ./LICENSE )
63
+ [ MIT License] ( ./LICENSE )
64
+ =======
65
+ ## Troubleshooting
66
+ Some users have experienced issues where the weather does not load.
67
+ This may be solved by manually running dracula.tmux:
68
+ ` ~/.tmux/plugins/tmux-dracula/dracula.tmux `
69
+
70
+ ## License
71
+ This project is licensed under the MIT License - see [ LICENSE.md] ( ./LICENSE.md ) for details
72
+ >>>>>>> 8e57456bdcd40f9b29d68b9f7848e84736782ff5
0 commit comments