/awesome_wm_simple_widgets

Very simple widgets for awesome wm.

Primary LanguageLuaMIT LicenseMIT

awesome_wm_simple_widgets

Very simple interactive widgets for awesome wm.
screenshot
Usage:
    Copy desired widget's directory to ~/.config/awesome
    Add to your rc.lua:

        ...
        -- Short tip about the widget
        local %widgetname% = require("%widgetname%")
        local my%widgetname% = %widgetname%()
        ...

    Then inscribe my%widgetname%.widget to s.mywibox:

        ...
        mysystray,
        my%widgetname%.widget,
        mytextclock
        ...

    Adjust widget's variables and its code.

Please, check out list of dependencies at the preamble of main.lua files for each module.

Dependencies:

  • wbacklight:
    • xbacklight
    • inotify-tools
  • wcputemp
    • lm_sensors
  • wvolume:
    • alsa-utils
  • wwifi:
    • connman