Use “time” for time segment name

This commit is contained in:
ZyX 2014-08-29 22:57:04 +04:00
parent 41476544ca
commit 4f5a606ce2
7 changed files with 24 additions and 19 deletions

View File

@ -25,6 +25,10 @@
"contents": "LN "
},
"time": {
"before": ""
},
"powerline.segments.common.network_load": {
"args": {
"recv_format": "DL {value:>8}",
@ -50,9 +54,6 @@
"powerline.segments.common.uptime": {
"before": "UP "
},
"powerline.segments.common.date": {
"before": ""
},
"powerline.segments.common.email_imap_alert": {
"before": "MAIL "
},

View File

@ -24,6 +24,10 @@
"contents": " "
},
"time": {
"before": "⌚ "
},
"powerline.segments.common.network_load": {
"args": {
"recv_format": "⬇ {value:>8}",
@ -49,9 +53,6 @@
"powerline.segments.common.uptime": {
"before": "⇑ "
},
"powerline.segments.common.date": {
"before": "⌚ "
},
"powerline.segments.common.email_imap_alert": {
"before": "✉ "
},

View File

@ -11,11 +11,11 @@
"priority": 50
},
{
"function": "date",
"before": ""
"function": "date"
},
{
"function": "date",
"name": "time",
"args": {
"format": "%H:%M",
"istime": true

View File

@ -24,6 +24,10 @@
"contents": "␤ "
},
"time": {
"before": "⌚ "
},
"powerline.segments.common.network_load": {
"args": {
"recv_format": "⬇ {value:>8}",
@ -49,9 +53,6 @@
"powerline.segments.common.uptime": {
"before": "⇑ "
},
"powerline.segments.common.date": {
"before": "⌚ "
},
"powerline.segments.common.email_imap_alert": {
"before": "✉ "
},

View File

@ -24,6 +24,10 @@
"contents": "␤ "
},
"time": {
"before": ""
},
"powerline.segments.common.network_load": {
"args": {
"recv_format": "⇓ {value:>8}",
@ -49,9 +53,6 @@
"powerline.segments.common.uptime": {
"before": "↑ "
},
"powerline.segments.common.date": {
"before": ""
},
"powerline.segments.common.email_imap_alert": {
"before": "MAIL "
},

View File

@ -25,6 +25,10 @@
"contents": "␤"
},
"time": {
"before": ""
},
"powerline.segments.common.network_load": {
"args": {
"recv_format": "⇓{value:>8}",
@ -50,9 +54,6 @@
"powerline.segments.common.uptime": {
"before": "↑"
},
"powerline.segments.common.date": {
"before": ""
},
"powerline.segments.common.email_imap_alert": {
"before": "M "
},

View File

@ -7,11 +7,11 @@
"priority": 50
},
{
"function": "date",
"before": ""
"function": "date"
},
{
"function": "date",
"name": "time",
"args": {
"format": "%H:%M",
"istime": true