git.r.bdr.sh
/
rbdr
/
dotfiles
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Better tmux powerline activity highlight
[rbdr/dotfiles]
/
config
/
powerline
/
themes
/
wm
/
default.json
1
{
2
"default_module": "powerline.segments.common",
3
"segments": {
4
"right": [
5
{
6
"name": "weather",
7
"priority": 50
8
},
9
{
10
"name": "date"
11
},
12
{
13
"name": "date",
14
"args": {
15
"format": "%H:%M",
16
"istime": true
17
},
18
"before": "⌚ "
19
},
20
{
21
"name": "email_imap_alert",
22
"before": "✉ ",
23
"priority": 10,
24
"args": {
25
"username": "",
26
"password": ""
27
}
28
}
29
]
30
}
31
}