echuraev / calendar

Calendar popup for awesome WM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

awesome-calendar

Description

Small calendar popup for awesome window manager.

This is a polished up and improved module based on the calendar2.lua module by Bernd Zeimetz and Marc Dequènes.

Installation

Drop the script into your awesome config folder. Suggestion:

cd ~/.config/awesome
git clone https://github.com/deficient/calendar.git

Usage

In your rc.lua:

-- load the widget code
local calendar = require("calendar")

-- attach it as popup to your text clock widget:
calendar({}):attach(mytextclock)

Requirements

About

Calendar popup for awesome WM

License:The Unlicense


Languages

Language:Lua 100.0%