From 98fb70e9d155e1bee48e2880b645ae35af32d61f Mon Sep 17 00:00:00 2001 From: Stian Onarheim <43683888+Feqzz@users.noreply.github.com> Date: Wed, 31 Mar 2021 19:10:24 +0200 Subject: [PATCH] Add tmux-weather-info, tmux-mpv-info and tmux-spotify-info (#52) * Add tmux-weather-info, tmux-mpv-info and tmux-spotify-info Added three of my own plugins. There already exists a tmux-spotify-info plugin in the list, but it is only for OSX. I therefore added a `(OSX)` at the end of its description. * Moved tmux-mpv-info * Removed whitespace --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2180b2..0af0319 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,17 @@ List of helpful tmux links for various tutorials, plugins, and configuration set - [tmux-cpu-info](https://github.com/jdxcode/tmux-cpu-info) CPU usage gauge to status bar - [tmux-maildir-counter](https://github.com/tmux-plugins/tmux-maildir-counter) Plugin that counts files on a specific mail directory - [tmux-mem-cpu-load](https://github.com/thewtex/tmux-mem-cpu-load) CPU, RAM memory, and load monitor for use with tmux +- [tmux-mpv-info](https://github.com/Feqzz/tmux-mpv-info) Displays the current song playing with MPV in your tmux status bar. - [tmux-network-bandwidth](https://github.com/xamut/tmux-network-bandwidth) Show network bandwidth - [tmux-nordvpn](https://github.com/maxrodrigo/tmux-nordvpn) Monitor the current NordVPN connection status. - [tmux-online-status](https://github.com/tmux-plugins/tmux-online-status) Tmux plugin that displays online status of your computer - [tmux-piavpn](https://github.com/Brutuski/tmux-piavpn) Keep track of your [Private Internet Access](https://www.privateinternetaccess.com/) VPN status. - [tmux-prefix-highlight](https://github.com/tmux-plugins/tmux-prefix-highlight) Plugin that highlights when you press tmux prefix key -- [tmux-spotify-info](https://github.com/jdxcode/tmux-spotify-info) Spotify track info on your status bar +- [tmux-spotify-info](https://github.com/jdxcode/tmux-spotify-info) Spotify track info on your status bar (OSX) +- [tmux-spotify-info](https://github.com/Feqzz/tmux-spotify-info) Spotify track info on your status bar (Linux) - [tmux-weather](https://github.com/jdxcode/tmux-weather) Add weather status via forcast.io - [tmux-weather](https://github.com/xamut/tmux-weather) Show current weather using wttr.in +- [tmux-weather-info-yr](https://github.com/Feqzz/tmux-weather-info-yr) Displays the current temperature and weather based on your location via yr.no - [tmux-world-clock](https://github.com/alexanderjeurissen/tmux-world-clock) Show multiple timezones using Olson tz database. ## Plugins