initial
This commit is contained in:
9
tmux/powerline/segments/thyme.sh
Executable file
9
tmux/powerline/segments/thyme.sh
Executable file
@ -0,0 +1,9 @@
|
||||
# Print out Memory and CPU using https://github.com/creaktive/rainbarf
|
||||
|
||||
run_segment() {
|
||||
stats=$(cat ~/.thyme-tmux)
|
||||
if [ -n "$stats" ]; then
|
||||
echo "$stats";
|
||||
fi
|
||||
return 0
|
||||
}
|
Reference in New Issue
Block a user