initial
This commit is contained in:
5
tmux/powerline/lib/formatting.sh
Normal file
5
tmux/powerline/lib/formatting.sh
Normal file
@ -0,0 +1,5 @@
|
||||
__print_colored_content() {
|
||||
echo -n "#[fg=colour$3, bg=colour$2]"
|
||||
echo -n "$1"
|
||||
echo -n "#[default]"
|
||||
}
|
Reference in New Issue
Block a user