jdx / tmux-weather

Show weather in tmux status line. No powerline needed.
ISC License
34 stars 1 forks source link

Plugin doesn't work #2

Open XiaochenCui opened 7 years ago

XiaochenCui commented 7 years ago

I follow the steps on my server to install the plug-in, but did not see any effect. Here comes the system info: No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty

Screenshot: https://www.dropbox.com/s/vllwajowbwhp5q0/Screenshot%202017-11-12%2008.52.12%283%29.png?dl=0

And .tmux.conf if required:

setw -g mode-keys vi
set -g status-keys vi
bind-key -t vi-edit Up   history-up
bind-key -t vi-edit Down history-down

# set default shell
set-option -g default-shell /bin/zsh

set -g status-right '#(/usr/local/bin/tmux-weather)'