All Projects → deficient → calendar

deficient / calendar

Licence: Unlicense license
Calendar popup for awesome WM

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to calendar

dotfiles
My awesomewm dotfiles for awesome people! ✨
Stars: ✭ 1,764 (+5245.45%)
Mutual labels:  awesome-wm
dots
Use chezmoi to install my dotfiles easily on Gentoo, Arch, Void and Debian.
Stars: ✭ 70 (+112.12%)
Mutual labels:  awesome-wm
awesome-pro
Awesome WM 4.x themes configs
Stars: ✭ 91 (+175.76%)
Mutual labels:  awesome-wm
autohidewibox
Execute awesome wm commands on ModKey press/release
Stars: ✭ 18 (-45.45%)
Mutual labels:  awesome-wm
The Glorious Dotfiles
A glorified personal dot files
Stars: ✭ 1,850 (+5506.06%)
Mutual labels:  awesome-wm

awesome-calendar

Small calendar popup for awesome window manager.

Screenshot

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)

You can also add some options to customize the widget's display. For instance:

local calendar = require("calendar")
calendar_widget = calendar({
  fdow = 7,                  -- Set Sunday as first day of the week (default is
                             -- 1 = Monday)
  position = "bottom_right", -- Useful if you prefer your wibox at the bottomn
                             -- of the screen
})
calendar_widget:attach(mytextclock)

Requirements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].