[powerline] Add Powerline config

pull/28/head
Alpha Chen 10 years ago
parent fefdcb39fd
commit 2c12f1c1f3

@ -14,3 +14,5 @@
--editable={{ ansible_env.HOME }}/.dotfiles/src/powerline
- file: src={{ item }} dest=/usr/local/bin/{{ item | basename }} state=link
with_fileglob: ~/.dotfiles/src/powerline/scripts/*
- file: path=~/.config state=directory
- file: src=~/.dotfiles/powerline dest=~/.config/powerline state=link

@ -0,0 +1,11 @@
{
"groups": {
"background": {"bg": "gray1"},
"active_window_status": {"bg": "gray1"},
"window_status": {"bg": "gray1"},
"activity_status": {"bg": "gray1"},
"bell_status": {"bg": "gray1"},
"window": {"bg": "gray1"},
"window:divider": {"bg": "gray1"}
}
}

@ -0,0 +1,5 @@
{
"segments": {
"right": []
}
}
Loading…
Cancel
Save