gpakosz / .tmux

🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
MIT License
21.73k stars 3.34k forks source link

Wttr.in weather reporting is not reliable #681

Closed ciscohack closed 9 months ago

ciscohack commented 9 months ago

Hello Expert,

is it possible to add some other weather provider alternative then wttr.in as it's not reliable failed many time and it's icon also looks bad... oh-my-tmux is such a great tool request to add some other weather provider and CPU usage detail on left side.

gpakosz commented 9 months ago

Hello @ciscohack 👋

The #{weather} custom variable is given as an example.

As of CPU usage, there's the #{loadavg} variable.

ciscohack commented 9 months ago

@gpakosz Thanks for the prompt response. this variable #{loadavg} shows system load or user CPU load as if I check the OS monitoring tool info seems not in sync

gpakosz commented 9 months ago

Then you may want to try the tmux-cpu TPM plugin, see the .local customization file

ciscohack commented 9 months ago

Ok thanks let me check that