Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 873 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 873 Bytes

gobo-awesome-gobonet

A GoboNet widget for Awesome WM.

Requirements

Installing

The easiest way to install it is via LuaRocks:

luarocks install gobo-awesome-gobonet

But you also have to edit your theme to add icons, see below.

Themeing

It requires the following entries in your theme:

  • beautiful.wifi_3_icon
  • beautiful.wifi_2_icon
  • beautiful.wifi_1_icon
  • beautiful.wifi_0_icon
  • beautiful.wifi_down_icon

You can use the ones in the icons/ directory.

Using

Require the module:

local gobonet = require("gobo.awesome.gobonet")

Create the widget with gobonet.new() and add to your layout. In a typical rc.lua this will look like this:

right_layout:add(gobonet.new())