Skip to content

Commit bf1b0bd

Browse files
author
Bruno Sutic
committed
WIP readme
1 parent 8c718cc commit bf1b0bd

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Tmux online status
22

3+
Tmux plugin that displays online status of your workstation.
4+
5+
### Installation with [Tmux Plugin Manager](https://github.com/bruno-/tpm) (recommended)
6+
7+
Add plugin to the list of TPM plugins in `.tmux.conf`:
8+
9+
set -g @tpm_plugins " \
10+
bruno-/tpm \
11+
bruno-/tmux_online_status \
12+
"
13+
14+
Hit `prefix + I` to fetch the plugin and source it.
15+
16+
### Manual Installation
17+
18+
Clone the repo:
19+
20+
$ git clone https://github.com/bruno-/tmux_online_status ~/clone/path
21+
22+
Add this line to the bottom of `.tmux.conf`:
23+
24+
run-shell ~/clone/path/online_status.tmux
25+
26+
Reload TMUX environment:
27+
28+
# type this in terminal
29+
$ tmux source-file ~/.tmux.conf
30+
31+
### Limitations
32+
33+
Online status icon most likely won't be instant. The duration depends on the
34+
`status-interval` Tmux option. So, it might take anywhere between 5 and 60
35+
seconds for online status icon to change.
36+
337
### License
438

539
[MIT](LICENSE.md)

0 commit comments

Comments
 (0)