hi3status-0.1.1.0: Status line for i3bar.

LicenseMIT
MaintainerJosh Kirklin (jjvk2@cam.ac.uk)
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Hi3Status.Blocks.Weather

Description

 

Synopsis

Documentation

data WeatherBlock Source

A block to display the weather. Requires weather and sunwait.

Constructors

WeatherBlock 

Fields

format :: String

The weather format.

  • {icon} = An icon specifying conditions.
  • {temp} = The temperature.
clearDayText :: String

{icon} when it's clear in the day.

clearNightText :: String

{icon} when it's clear at night.

rainText :: String

{icon} when it's raining.

cloudyText :: String

{icon} when it's cloudy.

celsius :: Bool

True for Celsius, False for Farenheit.

location :: String

Location code.

latitude :: String

Latitude.

longitude :: String

Longitude.