Lpsmagic: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>wolke |
|||
| Line 15: | Line 15: | ||
%img:cpu% %cpu% %% %img:load% %load:1% %load:5% %load:15% | %img:cpu% %cpu% %% %img:load% %load:1% %load:5% %load:15% | ||
%img:power% %battery:percent% %battery:capacity% mAh %img:mem% %mem% %% | %img:power% %battery:percent% %battery:capacity% mAh %img:mem% %mem% %% | ||
admiral0: | |||
second is being in the works. Example | |||
%wifi{Icon} %wifiPower{wlan0} | |||
Plugins can register for any prefixes. | |||
2) easy way to restart/reread rc file {via command line} | 2) easy way to restart/reread rc file {via command line} | ||
admiral0: | |||
sighup? I'll take a look | |||
3) on-demand image generation {for testing mostly} | 3) on-demand image generation {for testing mostly} | ||
admiral0 how do you think i'm testing? :D | |||
4) plugin support {for, e.g.: unread text count. thats the one id write, anyway} | 4) plugin support {for, e.g.: unread text count. thats the one id write, anyway} | ||
{i would make all the built-in ones just be plugins as well; would give folks a jumping off place and makes good design sense} | {i would make all the built-in ones just be plugins as well; would give folks a jumping off place and makes good design sense} | ||
admiral0: i call them renderers, not plugins but idea is the same. | |||
-- | -- | ||
Revision as of 21:00, 31 January 2012
You can find more info on first post of tmo thread. Info
Feature Requests for v2
-wolke-
1) user-editable rc file that gets read on lpsm startup[BR] sample ~/.lpsmrc
date.format=dd/MM/YYYY HH:mm:ss interval=60
or have a template file:
%img:calendar% %date:MM/dd/YY% %img:clock% %uptime% %img:cpu% %cpu% %% %img:load% %load:1% %load:5% %load:15% %img:power% %battery:percent% %battery:capacity% mAh %img:mem% %mem% %%
admiral0: second is being in the works. Example
%wifi{Icon} %wifiPower{wlan0}
Plugins can register for any prefixes.
2) easy way to restart/reread rc file {via command line}
admiral0: sighup? I'll take a look
3) on-demand image generation {for testing mostly} admiral0 how do you think i'm testing? :D
4) plugin support {for, e.g.: unread text count. thats the one id write, anyway} {i would make all the built-in ones just be plugins as well; would give folks a jumping off place and makes good design sense}
admiral0: i call them renderers, not plugins but idea is the same.
--
Planned Features for v2
* C++ rewrite * plugin system