Merge pull request #988 from ZyX-I/weather-icons

Add weather icons to top-level themes
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2014-08-15 21:37:27 +04:00
commit 9ba37d9a62
5 changed files with 90 additions and 0 deletions

View File

@ -61,6 +61,24 @@
"powerline.segments.common.hostname": {
"before": "H "
},
"powerline.segments.common.weather": {
"args": {
"icons": {
"day": "DAY",
"blustery": "WIND",
"rainy": "RAIN",
"cloudy": "CLOUDS",
"snowy": "SNOW",
"stormy": "STORM",
"foggy": "FOG",
"sunny": "SUN",
"night": "NIGHT",
"windy": "WINDY",
"not_available": "NA",
"unknown": "UKN"
}
}
},
"powerline.segments.vim.mode": {
"args": {

View File

@ -61,6 +61,24 @@
"powerline.segments.common.hostname": {
"before": " "
},
"powerline.segments.common.weather": {
"args": {
"icons": {
"day": "",
"blustery": "⚑",
"rainy": "☔",
"cloudy": "☁",
"snowy": "❅",
"stormy": "☈",
"foggy": "≡",
"sunny": "☼",
"night": "☾",
"windy": "☴",
"not_available": "<22>",
"unknown": "⚠"
}
}
},
"powerline.segments.vim.mode": {
"args": {

View File

@ -61,6 +61,24 @@
"powerline.segments.common.hostname": {
"before": "⌂ "
},
"powerline.segments.common.weather": {
"args": {
"icons": {
"day": "",
"blustery": "⚑",
"rainy": "☔",
"cloudy": "☁",
"snowy": "❅",
"stormy": "☈",
"foggy": "≡",
"sunny": "☼",
"night": "☾",
"windy": "☴",
"not_available": "<22>",
"unknown": "⚠"
}
}
},
"powerline.segments.vim.mode": {
"args": {

View File

@ -61,6 +61,24 @@
"powerline.segments.common.hostname": {
"before": "⌂ "
},
"powerline.segments.common.weather": {
"args": {
"icons": {
"day": "DAY",
"blustery": "WIND",
"rainy": "RAIN",
"cloudy": "CLOUDS",
"snowy": "SNOW",
"stormy": "STORM",
"foggy": "FOG",
"sunny": "SUN",
"night": "NIGHT",
"windy": "WINDY",
"not_available": "NA",
"unknown": "UKN"
}
}
},
"powerline.segments.vim.mode": {
"args": {

View File

@ -62,6 +62,24 @@
"powerline.segments.common.hostname": {
"before": "⌂"
},
"powerline.segments.common.weather": {
"args": {
"icons": {
"day": "D",
"blustery": "W",
"rainy": "R",
"cloudy": "c",
"snowy": "*",
"stormy": "S",
"foggy": "f",
"sunny": "s",
"night": "N",
"windy": "w",
"not_available": "-",
"unknown": "!"
}
}
},
"powerline.segments.vim.mode": {
"args": {