Skip to content
forked from hoelzro/obvious

Widget library for the awesome window manager

License

Notifications You must be signed in to change notification settings

kastixx/obvious

This branch is 96 commits behind hoelzro/obvious:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 10, 2015
Dec 19, 2015
Nov 10, 2015
Nov 10, 2015
Nov 10, 2015
Nov 10, 2015
Nov 10, 2015
Nov 10, 2015
Nov 10, 2015
Dec 27, 2015
Nov 10, 2015
Nov 10, 2015
Nov 10, 2015
Nov 10, 2015
Jan 14, 2015
Dec 19, 2015
Nov 10, 2015
Nov 10, 2015
Nov 10, 2015
Dec 27, 2015
Jun 24, 2009
Oct 23, 2014
May 7, 2010
Aug 2, 2009
May 25, 2013
Mar 11, 2010
Nov 10, 2015

Repository files navigation

Readme for Obvious

This is a fork of the original obvious repo (git://git.mercenariesguild.net/obvious.git).

-- Widget data sources
   -- cpu()
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
   -- fs_usage(path)
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
      -- Parameters
         -- path
            the mountpoint to watch, / by default
   -- io(device)
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
      -- Parameters
         -- device
            the harddisk to monitor, sda by default
   -- mem()
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
   -- net.send(device) / net.recv(device)
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
      -- Parameters
         -- device
            the network device to monitor
   -- wlan(device)
      -- Widgets
         -- textbox
         -- graph
         -- progressbar
      -- Parameters
         -- device
            the wlan device to monitor
   -- basic_mpd()
      -- Widgets
         -- textbox
   -- battery()
      -- Widgets
         -- textbox
   -- clock()
      -- Widgets
         -- textbox
   -- temp_info()
      -- Widgets
         -- textbox
   -- keymap_switch()
      -- Widgets
         -- textbox

-- Widget types
   -- "textbox"
      -- Functions
         -- set_format()
   -- "graph"
      -- Functions
         -- set_height()
         -- set_width()
         -- set_border_color()
         -- set_gradient_colors()
         -- set_gradient_angle()
         -- set_color()
         -- set_background_color()
   -- "progressbar"
      -- Functions
         -- set_height()
         -- set_width()
         -- set_border_color()
         -- set_gradient_colors()
         -- set_color()
         -- set_background_color()
         -- set_vertical()
   -- all
      -- Functions
         -- set_type()
         -- set_layout()
         -- set_margin()

-- Global functions
   -- set_default_margin()
   -- set_default_layout()

About

Widget library for the awesome window manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%