https://github.com/hoelzro/obvious
Widget library for the awesome window manager
https://github.com/hoelzro/obvious
awesomewm lua widgets
Last synced: 3 months ago
JSON representation
Widget library for the awesome window manager
- Host: GitHub
- URL: https://github.com/hoelzro/obvious
- Owner: hoelzro
- License: other
- Archived: true
- Created: 2013-05-25T09:13:54.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T13:38:17.000Z (over 2 years ago)
- Last Synced: 2024-09-27T13:41:15.205Z (7 months ago)
- Topics: awesomewm, lua, widgets
- Language: Lua
- Size: 326 KB
- Stars: 65
- Watchers: 7
- Forks: 18
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-awesomewm-modules-widgets-and-libraries - obvious
- awesome-awesomewm-modules-widgets-and-libraries - obvious
README
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()