Skip to content

deficient/deficient

Repository files navigation

A collection of lightweight widgets for awesome wm, compatible with awesome 4.x that were previously hosted as separate repositories.

Installation

Clone this repository into your awesome config folder:

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

Usage

The widgets can usually be instanciated similar to this:

local deficient = require("deficient")

local calendar = deficient.calendar {}
local quicklaunch = deficient.quicklaunch {}
-- etc

For more detailed usage instructions, refer to the individual widgets:

Dependencies

Some of the widgets also have individual dependencies if you want to use them.

  • battery indicator:
    • acpid (recommended)
  • brightness control:
  • screensaver:
    • xorg-xset
  • volume control:
    • pavucontrol (recommended)
    • acpid (recommended)

About

Lightweight widget collection for awesomeWM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages