From fd3d51c5a015e13b682ea34b1a9f2b55f7b3cbd8 Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Mon, 16 Mar 2020 00:19:46 -0700 Subject: [PATCH 1/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 11260b8..28c0123 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ List of windows with current window highlighted ## Screenshots ![Alt text](screenshots/tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula") +tmux-dracula in action + ![Alt text](screenshots/alt-tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula") When prefix is enabled smiley face turns from green to yellow When charging, 'AC' is displayed From 144c3f034b542688a05eaaddc7236da853da41ca Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Mon, 16 Mar 2020 00:20:16 -0700 Subject: [PATCH 2/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28c0123..4813c3f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ List of windows with current window highlighted ![Alt text](screenshots/tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula") tmux-dracula in action + + ![Alt text](screenshots/alt-tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula") When prefix is enabled smiley face turns from green to yellow When charging, 'AC' is displayed From e9a9b817d8bbe6aac3d363aaa3b72118b4cbd04a Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Tue, 17 Mar 2020 19:24:41 -0700 Subject: [PATCH 3/7] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4813c3f..26de75a 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,6 @@ Restart tmux and then use `prefix + I` (capital I as in Install) to install Some users have experienced issues where the weather does not load. This may be solved by manually running dracula.tmux: `~/.tmux/plugins/tmux-dracula/dracula.tmux` + +# License +This project is licensed under the MIT License - see [LICENSE.md](./LICENSE.md) for details From 3d05685c1cf75f0ca1ff5709505504bbef22b287 Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Tue, 17 Mar 2020 19:25:25 -0700 Subject: [PATCH 4/7] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..bd37307 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Dane Williams + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From eccc48e8a7b1a8311c8e2155f02dbd563bcdf665 Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Tue, 17 Mar 2020 19:25:48 -0700 Subject: [PATCH 5/7] Rename LICENSE to LICENSE.md --- LICENSE => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md From ad718518d53cc22e09d6b26da8c8f28be4bb354e Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Sat, 21 Mar 2020 18:36:19 -0700 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26de75a..f0a89cf 100644 --- a/README.md +++ b/README.md @@ -36,5 +36,5 @@ Some users have experienced issues where the weather does not load. This may be solved by manually running dracula.tmux: `~/.tmux/plugins/tmux-dracula/dracula.tmux` -# License +## License This project is licensed under the MIT License - see [LICENSE.md](./LICENSE.md) for details From 8e57456bdcd40f9b29d68b9f7848e84736782ff5 Mon Sep 17 00:00:00 2001 From: Dane Williams Date: Mon, 30 Mar 2020 23:27:25 -0700 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0a89cf..d738183 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ tmux-dracula in action ![Alt text](screenshots/alt-tmux-dracula-screenshot.jpg?raw=true "Tmux Dracula") When prefix is enabled smiley face turns from green to yellow -When charging, 'AC' is displayed +When charging, 'AC' is displayed If forecast information is available, a ☀, ☁, ☂, or ❄ unicode character corresponding with the forecast is displayed alongside the temperature ## Compatibility