You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,21 @@ Laptop mode: a battery segment.
75
75
76
76

77
77
78
+
# :raised_hands: Co-maintainer wanted!
79
+
Do you enjoy hacking tmux and your shell? As less time is becoming available for me to keep up with the incoming PRs and maintainace, I would be happy to add someone as a co-maintainer.
80
+
81
+
Your profile could look like:
82
+
* Use tmux regularly, configured with tmux-powerline.
83
+
* Experience in writing maintainable, correct and understandable bash scripts, or willing to become proficient. Some prior knowledge would be needed.
84
+
* Understanding of portability of shell scripting (POSIX) e.g. that some command line swithces to common tools might differ on Linux to BSD or macOS.
85
+
* When following the code paths from [powerline.sh](powerline.sh) to [lib/powerline.sh](lib/powerline.sh) understand how the powerline is rendered.
86
+
* Understand how the segment's different functions are called and expected to behave.
87
+
* Understand how themes and the config file works.
88
+
89
+
90
+
Is this you? Contact me at [erikw.me/contact](https://erikw.me/contact/) if you're interested!
Copy file name to clipboardExpand all lines: segments/battery.sh
+26-16Lines changed: 26 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,20 @@
1
1
# LICENSE This code is not under the same license as the rest of the project as it's "stolen". It's cloned from https://github.com/richoH/dotfiles/blob/master/bin/battery and just some modifications are done so it works for my laptop. Check that URL for more recent versions.
0 commit comments