diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-17 20:46:55 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-05-17 20:46:55 +0200 |
| commit | 4c3b21f0ba96fcce188f8c55599a4ec8a98a13fe (patch) | |
| tree | b746866fdf0c057a734b97f1f8591c8f249df82a /src/blog/2024-07-11-tmux-battery | |
| parent | ab3ca5e2bf3317933b7bec8d10f92cd4a5686991 (diff) | |
| download | sebastiano.tronto.net-4c3b21f0ba96fcce188f8c55599a4ec8a98a13fe.tar.gz sebastiano.tronto.net-4c3b21f0ba96fcce188f8c55599a4ec8a98a13fe.zip | |
New blog post
Diffstat (limited to 'src/blog/2024-07-11-tmux-battery')
| -rw-r--r-- | src/blog/2024-07-11-tmux-battery/tmux-battery.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/blog/2024-07-11-tmux-battery/tmux-battery.md b/src/blog/2024-07-11-tmux-battery/tmux-battery.md index 1ea5b99..c9a1f0b 100644 --- a/src/blog/2024-07-11-tmux-battery/tmux-battery.md +++ b/src/blog/2024-07-11-tmux-battery/tmux-battery.md | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | # tmux tricks #1: battery status indicator | 1 | # tmux trick #1: battery status indicator |
| 2 | |||
| 3 | *This post is part of a [series](../../series)* | ||
| 2 | 4 | ||
| 3 | [tmux](https://github.com/tmux/tmux/wiki) is a program that allows | 5 | [tmux](https://github.com/tmux/tmux/wiki) is a program that allows |
| 4 | you to create multiple virtual terminals in the same shell and keep | 6 | you to create multiple virtual terminals in the same shell and keep |
| @@ -162,3 +164,5 @@ is created. The `-g` is used to apply this command globally. My | |||
| 162 | understanding of this is still superficial, but for now I am happy | 164 | understanding of this is still superficial, but for now I am happy |
| 163 | that the battery status is there. Maybe I'll learn about sessions | 165 | that the battery status is there. Maybe I'll learn about sessions |
| 164 | at some point, and I'll write a new blog post about them :) | 166 | at some point, and I'll write a new blog post about them :) |
| 167 | |||
| 168 | *Next in the series: [copy to clipboard](../2026-05-17-tmux-clipboard)* | ||
