File: init.lua

package info (click to toggle)
awesome-extra 2023010601
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,340 kB
  • sloc: cpp: 112; sh: 84; makefile: 25; python: 11
file content (30 lines) | stat: -rw-r--r-- 1,234 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
-------------------------------------------
-- Author: Gregor "farhaven" Best"       --
-- Copyright 2009 Gregor Best            --
-------------------------------------------

return {
  basic_mpd        = require 'obvious.basic_mpd',
  battery          = require 'obvious.battery',
  bluetooth        = require 'obvious.bluetooth',
  clock            = require 'obvious.clock',
  cpu              = require 'obvious.cpu',
  fs_usage         = require 'obvious.fs_usage',
  io               = require 'obvious.io',
  gps              = require 'obvious.gps',
  lib              = require 'obvious.lib',
  loadavg          = require 'obvious.loadavg',
  mem              = require 'obvious.mem',
  net              = require 'obvious.net',
  popup_run_prompt = require 'obvious.popup_run_prompt',
  umts             = require 'obvious.umts',
  volume_alsa      = require 'obvious.volume_alsa',
  volume_freebsd   = require 'obvious.volume_freebsd',
  wlan             = require 'obvious.wlan',
  temp_info        = require 'obvious.temp_info',
  keymap_switch    = require 'obvious.keymap_switch',
  weather          = require 'obvious.weather',
  music            = require 'obvious.music',
}

-- vim:ft=lua:ts=2:sw=2:sts=2:tw=80:et