xmobar-0.33: A Minimalistic Text Based Status Bar
Copyright(c) Martin Perner
LicenseBSD-style (see LICENSE)
MaintainerMartin Perner <martin@perner.cc>
Stabilityunstable
Portabilityunportable
Safe HaskellNone
LanguageHaskell98

Xmobar.Plugins.DateZone

Description

A date plugin with localization and location support for Xmobar

Based on Plugins.Date

Usage example: in template put

Run DateZone "%a %H:%M:%S" "de_DE.UTF-8" "UTC" "utcDate" 10

Documentation

data DateZone Source #

Instances

Instances details
Read DateZone Source # 
Instance details

Defined in Xmobar.Plugins.DateZone

Show DateZone Source # 
Instance details

Defined in Xmobar.Plugins.DateZone

Exec DateZone Source # 
Instance details

Defined in Xmobar.Plugins.DateZone

Methods

alias :: DateZone -> String Source #

rate :: DateZone -> Int Source #

run :: DateZone -> IO String Source #

start :: DateZone -> (String -> IO ()) -> IO () Source #

trigger :: DateZone -> (Maybe SignalType -> IO ()) -> IO () Source #