mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 18:03:13 +00:00
17 lines
285 B
Markdown
17 lines
285 B
Markdown
|
# Script: info-tmux-sessions
|
||
|
|
||
|
A simple script to show tmux sessions.
|
||
|
|
||
|
![info-tmux-sessions](screenshots/1.png)
|
||
|
![info-tmux-sessions](screenshots/2.png)
|
||
|
|
||
|
|
||
|
## Module
|
||
|
|
||
|
```ini
|
||
|
[module/info-tmux-sessions]
|
||
|
type = custom/script
|
||
|
exec = ~/polybar-scripts/info-tmux-sessions.sh
|
||
|
interval = 5
|
||
|
```
|