You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
432 B
JSON
32 lines
432 B
JSON
12 years ago
|
{
|
||
|
"default_module": "powerline.segments.common",
|
||
|
"segments": {
|
||
|
"right": [
|
||
|
{
|
||
|
"name": "weather",
|
||
|
"priority": 50
|
||
|
},
|
||
|
{
|
||
|
"name": "date"
|
||
|
},
|
||
|
{
|
||
|
"name": "date",
|
||
|
"args": {
|
||
|
"format": "%H:%M",
|
||
|
"istime": true
|
||
|
},
|
||
|
"before": "⌚ "
|
||
|
},
|
||
|
{
|
||
|
"name": "email_imap_alert",
|
||
|
"before": "✉ ",
|
||
|
"priority": 10,
|
||
|
"args": {
|
||
|
"username": "",
|
||
|
"password": ""
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|