ioga / exhausted

Yet another awesome wm battery widget aimed for people, who are too tired to know anything about their laptop battery unless it's discharging.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exhausted, a battery status widget for Awesome WM.

Exhausted is yet another battery status widget aimed for people, who are too tired to know anything about their laptop battery unless it's discharging.

The code is loosely based on Vicious, Delightful, Obvious, and awful.widget.textclock.

Requirements

Usage

Clone this repository into your $XDG_CONFIG_HOME/awesome (i.e. to awesome config dir). Add to the top of rc.lua:

local exhausted = require("exhausted")

Then create a widget and add to wibox layout, just like any other widget:

mybattery = exhausted.widget()
right_layout:add(mybattery)

And that's it! You're good to go.

Screenshot

Screenshot

License

Licensed under terms of GNU GPLv3. Copyright (C) 2013 Ilia Glazkov.

About

Yet another awesome wm battery widget aimed for people, who are too tired to know anything about their laptop battery unless it's discharging.

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%