-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
17 lines (16 loc) · 937 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env lua --FOR-LINTING-AND-FORMATTING-DON'T-RUN
-- This file is *not* meant to be ran or required. It's only lua for syntax highlighting.
error("You can't require the todo file!")
-- TODO: implement notification center (only in awesome-git)
-- awesome-shell@widgets/noti-center.lua is a good place to start
-- This is not possible in v4.3 because naughty is too simple and doesn't provide signals
--TODO: WIDGETS
--Improve all widgets that came with TitusTech's clone.
-- Return functions, take args, default programs, etc...
-- These don't work (I think)
-- Volume - works? patterns?
-- WiFi - spawns defined program, needs fixed. Defined interface. relies on iw - not stable
-- Bluetooth - Not even exists.
-- Hard-Drive - Relies on `df`, and only checks /home
-- RAM - Uses glob, by accident. External process, can be simplified?
--Use exponential scale. Check ./widget/backlight-adjust.lua for an example