diff --git a/powerline/config_files/themes/ascii.json b/powerline/config_files/themes/ascii.json index af0df089..ff7c6d76 100644 --- a/powerline/config_files/themes/ascii.json +++ b/powerline/config_files/themes/ascii.json @@ -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": { diff --git a/powerline/config_files/themes/powerline.json b/powerline/config_files/themes/powerline.json index 0122a3d7..c854fc5f 100644 --- a/powerline/config_files/themes/powerline.json +++ b/powerline/config_files/themes/powerline.json @@ -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": "�", + "unknown": "⚠" + } + } + }, "powerline.segments.vim.mode": { "args": { diff --git a/powerline/config_files/themes/unicode.json b/powerline/config_files/themes/unicode.json index 0179f984..d4d2a35f 100644 --- a/powerline/config_files/themes/unicode.json +++ b/powerline/config_files/themes/unicode.json @@ -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": "�", + "unknown": "⚠" + } + } + }, "powerline.segments.vim.mode": { "args": { diff --git a/powerline/config_files/themes/unicode_terminus.json b/powerline/config_files/themes/unicode_terminus.json index c1310fca..79c21dae 100644 --- a/powerline/config_files/themes/unicode_terminus.json +++ b/powerline/config_files/themes/unicode_terminus.json @@ -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": { diff --git a/powerline/config_files/themes/unicode_terminus_condensed.json b/powerline/config_files/themes/unicode_terminus_condensed.json index e56309ac..ee759316 100644 --- a/powerline/config_files/themes/unicode_terminus_condensed.json +++ b/powerline/config_files/themes/unicode_terminus_condensed.json @@ -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": {